Html Css Color HEX #FCB955 Koromiko

📋 copy color: '#FCB955'

red 252 ◦ green 185 ◦ blue 85

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

Shades of Koromiko #FCB955

Tints of Koromiko #FCB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.28%

R = 48.28%
G = 35.44%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCB955 (or 0xFCB955) is known color: Koromiko. HEX triplet: FC, B9 and 55. RGB value is (252,185,85). Sum of RGB (Red+Green+Blue) = 252+185+85=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB955 is #0346AA. Grayscale: #C2C2C2. Windows color (decimal): -214699 or 5618172. OLE color: 5618172.

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

Color convert

RGB 252 185 85 -
CMYK 0 0.27 0.66 0.01
HSL 35.93º 0.97% 0.66% -
HSV(B) 35.93º 0.66% 0.99% -
XYZ 59.13 56.05 16.3 -
YUV 193.63 66.7 169.63 -
System Red Green Blue C M Y K H S L
Decimal 252 185 85 0 0.27 0.66 0.01 35.93 0.97 0.66
Hex FC B9 55 0 1B 42 1 24 61 42
Octal 374 271 125 0 33 102 1 44 141 102
Binary 11111100 10111001 1010101 0 11011 1000010 1 100100 1100001 1000010

Color Harmonies of #FCB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB955

Black with #FCB955

Text Example


Text Example

White with #FCB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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