Html Css Color HEX #FCB656 Koromiko

📋 copy color: '#FCB656'

red 252 ◦ green 182 ◦ blue 86

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

Shades of Koromiko #FCB656

Tints of Koromiko #FCB656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

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

R = 48.46%
G = 35%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCB656 (or 0xFCB656) is known color: Koromiko. HEX triplet: FC, B6 and 56. RGB value is (252,182,86). Sum of RGB (Red+Green+Blue) = 252+182+86=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB656 is #0349A9. Grayscale: #C0C0C0. Windows color (decimal): -215466 or 5682940. OLE color: 5682940.

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

Color convert

RGB 252 182 86 -
CMYK 0 0.28 0.66 0.01
HSL 34.7º 0.97% 0.66% -
HSV(B) 34.7º 0.66% 0.99% -
XYZ 58.55 54.82 16.3 -
YUV 191.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 252 182 86 0 0.28 0.66 0.01 34.7 0.97 0.66
Hex FC B6 56 0 1C 42 1 23 61 42
Octal 374 266 126 0 34 102 1 43 141 102
Binary 11111100 10110110 1010110 0 11100 1000010 1 100011 1100001 1000010

Color Harmonies of #FCB656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB656

Black with #FCB656

Text Example


Text Example

White with #FCB656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB656; }

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

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

background-color css

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

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

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

border-color css

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

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

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