#FCB14C

Color #FCB14C Koromiko (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Koromiko #FCB14C

Tints of Koromiko #FCB14C

Color information

#FCB14C (or 0xFCB14C) is unknown color: approx Koromiko. HEX triplet: FC, B1 and 4C. RGB value is (252,177,76). Sum of RGB (Red+Green+Blue) = 252+177+76=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB14C is #034EB3. Grayscale: #BCBCBC. Windows color (decimal): -216756 or 5026300. OLE color: 5026300.

HSL color Cylindrical-coordinate representation of color #FCB14C: hue angle of 34.43º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCB14C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25217776-
CMYK00.300.700.01
HSL34.43º96.7%64.31%-
HSV(B)34.43º69.84%98.82%-
XYZ57.1752.6613.99-
YUV187.9164.85173.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 76 (30.08% from 255) = 15.05%
R=49.90%
G=35.05%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521777600.300.700.0134.4396.764.31
HexFCB14C01E461226140
Octal374261114036106142141100
Binary111111001011000110011000111101000110110001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB14C; }

 p { color: rgb(252,177,76); }

 H1.HeaderClassName
 {
   color: #FCB14C;
 }
 .AnyTagClassName
 {
   color: #FCB14C;
 }
</style>
background-color css

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

 a { background-color: rgb(252,177,76); }

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

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

 span { border-color: rgb(252,177,76); }

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