Html Css Color HEX #FCB859 Koromiko

📋 copy color: '#FCB859'

red 252 ◦ green 184 ◦ blue 89

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

Shades of Koromiko #FCB859

Tints of Koromiko #FCB859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.95%

R = 48%
G = 35.05%
B = 16.95%

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

#FCB859 (or 0xFCB859) is known color: Koromiko. HEX triplet: FC, B8 and 59. RGB value is (252,184,89). Sum of RGB (Red+Green+Blue) = 252+184+89=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB859 is #0347A6. Grayscale: #C1C1C1. Windows color (decimal): -214951 or 5880060. OLE color: 5880060.

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

Color convert

RGB 252 184 89 -
CMYK 0 0.27 0.65 0.01
HSL 34.97º 0.96% 0.67% -
HSV(B) 34.97º 0.65% 0.99% -
XYZ 59.09 55.7 17.09 -
YUV 193.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 252 184 89 0 0.27 0.65 0.01 34.97 0.96 0.67
Hex FC B8 59 0 1B 41 1 23 60 43
Octal 374 270 131 0 33 101 1 43 140 103
Binary 11111100 10111000 1011001 0 11011 1000001 1 100011 1100000 1000011

Color Harmonies of #FCB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB859

Black with #FCB859

Text Example


Text Example

White with #FCB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB859; }

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

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

background-color css

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

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

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

border-color css

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

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

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