Html Css Color HEX #FCB957 Koromiko

📋 copy color: '#FCB957'

red 252 ◦ green 185 ◦ blue 87

#FCB957
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Koromiko #FCB957

Tints of Koromiko #FCB957

RGB

 RED value IS 252 (98.83% from 255) = 48.09%

 GREEN value IS 185 (72.66% from 255) = 35.31%

 BLUE value IS 87 (34.38% from 255) = 16.6%

R = 48.09%
G = 35.31%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCB957 (or 0xFCB957) is known color: Koromiko. HEX triplet: FC, B9 and 57. RGB value is (252,185,87). Sum of RGB (Red+Green+Blue) = 252+185+87=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB957 is #0346A8. Grayscale: #C2C2C2. Windows color (decimal): -214697 or 5749244. OLE color: 5749244.

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

Color convert

RGB 252 185 87 -
CMYK 0 0.27 0.65 0.01
HSL 35.64º 0.96% 0.66% -
HSV(B) 35.64º 0.65% 0.99% -
XYZ 59.21 56.08 16.72 -
YUV 193.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 252 185 87 0 0.27 0.65 0.01 35.64 0.96 0.66
Hex FC B9 57 0 1B 41 1 24 60 42
Octal 374 271 127 0 33 101 1 44 140 102
Binary 11111100 10111001 1010111 0 11011 1000001 1 100100 1100000 1000010

Color Harmonies of #FCB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB957

Black with #FCB957

Text Example


Text Example

White with #FCB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB957; }

 p { color: rgb(252,185,87); }

 H1.HeaderClassName
 {
   color: #FCB957;
 }
 .AnyTagClassName
 {
   color: #FCB957;
 }
</style>

background-color css

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

 a { background-color: rgb(252,185,87); }

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

border-color css

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

 span { border-color: rgb(252,185,87); }

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