Html Css Color HEX #FCB551 Koromiko

📋 copy color: '#FCB551'

red 252 ◦ green 181 ◦ blue 81

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

Shades of Koromiko #FCB551

Tints of Koromiko #FCB551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.76%

R = 49.03%
G = 35.21%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCB551 (or 0xFCB551) is known color: Koromiko. HEX triplet: FC, B5 and 51. RGB value is (252,181,81). Sum of RGB (Red+Green+Blue) = 252+181+81=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB551 is #034AAE. Grayscale: #BFBFBF. Windows color (decimal): -215727 or 5355004. OLE color: 5355004.

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

Color convert

RGB 252 181 81 -
CMYK 0 0.28 0.68 0.01
HSL 35.09º 0.97% 0.65% -
HSV(B) 35.09º 0.68% 0.99% -
XYZ 58.15 54.34 15.21 -
YUV 190.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 252 181 81 0 0.28 0.68 0.01 35.09 0.97 0.65
Hex FC B5 51 0 1C 44 1 23 61 41
Octal 374 265 121 0 34 104 1 43 141 101
Binary 11111100 10110101 1010001 0 11100 1000100 1 100011 1100001 1000001

Color Harmonies of #FCB551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB551

Black with #FCB551

Text Example


Text Example

White with #FCB551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB551; }

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

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

background-color css

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

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

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

border-color css

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

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

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