Html Css Color HEX #FCB954 Koromiko

📋 copy color: '#FCB954'

red 252 ◦ green 185 ◦ blue 84

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

Shades of Koromiko #FCB954

Tints of Koromiko #FCB954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.51%

 BLUE value IS 84 (33.2% from 255) = 16.12%

R = 48.37%
G = 35.51%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCB954 (or 0xFCB954) is known color: Koromiko. HEX triplet: FC, B9 and 54. RGB value is (252,185,84). Sum of RGB (Red+Green+Blue) = 252+185+84=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB954 is #0346AB. Grayscale: #C1C1C1. Windows color (decimal): -214700 or 5552636. OLE color: 5552636.

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

Color convert

RGB 252 185 84 -
CMYK 0 0.27 0.67 0.01
HSL 36.07º 0.97% 0.66% -
HSV(B) 36.07º 0.67% 0.99% -
XYZ 59.09 56.03 16.09 -
YUV 193.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 252 185 84 0 0.27 0.67 0.01 36.07 0.97 0.66
Hex FC B9 54 0 1B 43 1 24 61 42
Octal 374 271 124 0 33 103 1 44 141 102
Binary 11111100 10111001 1010100 0 11011 1000011 1 100100 1100001 1000010

Color Harmonies of #FCB954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB954

Black with #FCB954

Text Example


Text Example

White with #FCB954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB954; }

 p { color: rgb(252,185,84); }

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

background-color css

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

 a { background-color: rgb(252,185,84); }

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

border-color css

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

 span { border-color: rgb(252,185,84); }

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