Html Css Color HEX #FCB858 Koromiko

📋 copy color: '#FCB858'

red 252 ◦ green 184 ◦ blue 88

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

Shades of Koromiko #FCB858

Tints of Koromiko #FCB858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.79%

R = 48.09%
G = 35.11%
B = 16.79%

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

#FCB858 (or 0xFCB858) is known color: Koromiko. HEX triplet: FC, B8 and 58. RGB value is (252,184,88). Sum of RGB (Red+Green+Blue) = 252+184+88=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB858 is #0347A7. Grayscale: #C1C1C1. Windows color (decimal): -214952 or 5814524. OLE color: 5814524.

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

Color convert

RGB 252 184 88 -
CMYK 0 0.27 0.65 0.01
HSL 35.12º 0.96% 0.67% -
HSV(B) 35.12º 0.65% 0.99% -
XYZ 59.05 55.68 16.87 -
YUV 193.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 252 184 88 0 0.27 0.65 0.01 35.12 0.96 0.67
Hex FC B8 58 0 1B 41 1 23 60 43
Octal 374 270 130 0 33 101 1 43 140 103
Binary 11111100 10111000 1011000 0 11011 1000001 1 100011 1100000 1000011

Color Harmonies of #FCB858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB858

Black with #FCB858

Text Example


Text Example

White with #FCB858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB858; }

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

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

background-color css

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

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

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

border-color css

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

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

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