#FCB04E

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

Shades of Koromiko #FCB04E

Tints of Koromiko #FCB04E

Color information

#FCB04E (or 0xFCB04E) is unknown color: approx Koromiko. HEX triplet: FC, B0 and 4E. RGB value is (252,176,78). Sum of RGB (Red+Green+Blue) = 252+176+78=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB04E is #034FB1. Grayscale: #BCBCBC. Windows color (decimal): -217010 or 5157116. OLE color: 5157116.

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

Color convert

RGB25217678-
CMYK00.300.690.01
HSL33.79º96.67%64.71%-
HSV(B)33.79º69.05%98.82%-
XYZ57.0552.314.3-
YUV187.5566.18173.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 78 (30.86% from 255) = 15.42%
R=49.80%
G=34.78%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521767800.300.690.0133.7996.6764.71
HexFCB04E01E451226141
Octal374260116036105142141101
Binary111111001011000010011100111101000101110001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB04E; }

 p { color: rgb(252,176,78); }

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

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

 a { background-color: rgb(252,176,78); }

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

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

 span { border-color: rgb(252,176,78); }

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