Html Css Color HEX #FCB856 Koromiko

📋 copy color: '#FCB856'

red 252 ◦ green 184 ◦ blue 86

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

Shades of Koromiko #FCB856

Tints of Koromiko #FCB856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.48%

R = 48.28%
G = 35.25%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCB856 (or 0xFCB856) is known color: Koromiko. HEX triplet: FC, B8 and 56. RGB value is (252,184,86). Sum of RGB (Red+Green+Blue) = 252+184+86=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB856 is #0347A9. Grayscale: #C1C1C1. Windows color (decimal): -214954 or 5683452. OLE color: 5683452.

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

Color convert

RGB 252 184 86 -
CMYK 0 0.27 0.66 0.01
HSL 35.42º 0.97% 0.66% -
HSV(B) 35.42º 0.66% 0.99% -
XYZ 58.97 55.65 16.44 -
YUV 193.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 252 184 86 0 0.27 0.66 0.01 35.42 0.97 0.66
Hex FC B8 56 0 1B 42 1 23 61 42
Octal 374 270 126 0 33 102 1 43 141 102
Binary 11111100 10111000 1010110 0 11011 1000010 1 100011 1100001 1000010

Color Harmonies of #FCB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB856

Black with #FCB856

Text Example


Text Example

White with #FCB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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