Html Css Color HEX #FCB657 Koromiko

📋 copy color: '#FCB657'

red 252 ◦ green 182 ◦ blue 87

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

Shades of Koromiko #FCB657

Tints of Koromiko #FCB657

RGB

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

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

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

R = 48.37%
G = 34.93%
B = 16.7%

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

#FCB657 (or 0xFCB657) is known color: Koromiko. HEX triplet: FC, B6 and 57. RGB value is (252,182,87). Sum of RGB (Red+Green+Blue) = 252+182+87=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB657 is #0349A8. Grayscale: #C0C0C0. Windows color (decimal): -215465 or 5748476. OLE color: 5748476.

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

Color convert

RGB 252 182 87 -
CMYK 0 0.28 0.65 0.01
HSL 34.55º 0.96% 0.66% -
HSV(B) 34.55º 0.65% 0.99% -
XYZ 58.59 54.84 16.51 -
YUV 192.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 252 182 87 0 0.28 0.65 0.01 34.55 0.96 0.66
Hex FC B6 57 0 1C 41 1 23 60 42
Octal 374 266 127 0 34 101 1 43 140 102
Binary 11111100 10110110 1010111 0 11100 1000001 1 100011 1100000 1000010

Color Harmonies of #FCB657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB657

Black with #FCB657

Text Example


Text Example

White with #FCB657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB657; }

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

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

background-color css

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

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

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

border-color css

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

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

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