#fcb754

Color #FCB754 Koromiko (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Koromiko #FCB754

Tints of Koromiko #FCB754

Color information

#FCB754 (or 0xFCB754) is unknown color: approx Koromiko. HEX triplet: FC, B7 and 54. RGB value is (252,183,84). Sum of RGB (Red+Green+Blue) = 252+183+84=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB754 is #0348AB. Grayscale: #C0C0C0. Windows color (decimal): -215212 or 5552124. OLE color: 5552124.

HSL color Cylindrical-coordinate representation of color #FCB754: hue angle of 35.36º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCB754 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25218384-
CMYK00.270.670.01
HSL35.36º96.55%65.88%-
HSV(B)35.36º66.67%98.82%-
XYZ58.6855.215.95-
YUV192.3466.86170.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 84 (33.20% from 255) = 16.18%
R=48.55%
G=35.26%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521838400.270.670.0135.3696.5565.88
HexFCB75401B431236142
Octal374267124033103143141102
Binary111111001011011110101000110111000011110001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcb754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcb754; }

 p { color: rgb(252,183,84); }

 H1.HeaderClassName
 {
   color: #fcb754;
 }
 .AnyTagClassName
 {
   color: #fcb754;
 }
</style>
background-color css

<style>
 a { background-color: #fcb754; }

 a { background-color: rgb(252,183,84); }

 div.DivClassName
 {
   background-color: #fcb754;
 }
 .BgClassName
 {
   background-color: #fcb754;
 }
</style>
border-color css

<style>
 span { border-color: #fcb754; }

 span { border-color: rgb(252,183,84); }

 td.TdClassName
 {
   border-color: #fcb754;
 }
 .TagClassName
 {
   border-color: #fcb754;
 }
</style>