Html Css Color HEX #FCB857 Koromiko

📋 copy color: '#FCB857'

red 252 ◦ green 184 ◦ blue 87

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

Shades of Koromiko #FCB857

Tints of Koromiko #FCB857

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.18%

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

R = 48.18%
G = 35.18%
B = 16.63%

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

#FCB857 (or 0xFCB857) is known color: Koromiko. HEX triplet: FC, B8 and 57. RGB value is (252,184,87). Sum of RGB (Red+Green+Blue) = 252+184+87=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB857 is #0347A8. Grayscale: #C1C1C1. Windows color (decimal): -214953 or 5748988. OLE color: 5748988.

HSL color Cylindrical-coordinate representation of color #FCB857: hue angle of 35.27º 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 #FCB857 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 87 -
CMYK 0 0.27 0.65 0.01
HSL 35.27º 0.96% 0.66% -
HSV(B) 35.27º 0.65% 0.99% -
XYZ 59.01 55.66 16.65 -
YUV 193.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 252 184 87 0 0.27 0.65 0.01 35.27 0.96 0.66
Hex FC B8 57 0 1B 41 1 23 60 42
Octal 374 270 127 0 33 101 1 43 140 102
Binary 11111100 10111000 1010111 0 11011 1000001 1 100011 1100000 1000010

Color Harmonies of #FCB857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB857

Black with #FCB857

Text Example


Text Example

White with #FCB857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB857; }

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

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

background-color css

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

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

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

border-color css

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

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

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