Html Css Color HEX #FCB557 Koromiko

📋 copy color: '#FCB557'

red 252 ◦ green 181 ◦ blue 87

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

Shades of Koromiko #FCB557

Tints of Koromiko #FCB557

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

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

R = 48.46%
G = 34.81%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCB557 (or 0xFCB557) is known color: Koromiko. HEX triplet: FC, B5 and 57. RGB value is (252,181,87). Sum of RGB (Red+Green+Blue) = 252+181+87=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB557 is #034AA8. Grayscale: #BFBFBF. Windows color (decimal): -215721 or 5748220. OLE color: 5748220.

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

Color convert

RGB 252 181 87 -
CMYK 0 0.28 0.65 0.01
HSL 34.18º 0.96% 0.66% -
HSV(B) 34.18º 0.65% 0.99% -
XYZ 58.39 54.43 16.45 -
YUV 191.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 252 181 87 0 0.28 0.65 0.01 34.18 0.96 0.66
Hex FC B5 57 0 1C 41 1 22 60 42
Octal 374 265 127 0 34 101 1 42 140 102
Binary 11111100 10110101 1010111 0 11100 1000001 1 100010 1100000 1000010

Color Harmonies of #FCB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB557

Black with #FCB557

Text Example


Text Example

White with #FCB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB557; }

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

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

background-color css

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

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

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

border-color css

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

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

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