#FCB451

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

Shades of Koromiko #FCB451

Tints of Koromiko #FCB451

Color information

#FCB451 (or 0xFCB451) is unknown color: approx Koromiko. HEX triplet: FC, B4 and 51. RGB value is (252,180,81). Sum of RGB (Red+Green+Blue) = 252+180+81=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB451 is #034BAE. Grayscale: #BEBEBE. Windows color (decimal): -215983 or 5354748. OLE color: 5354748.

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

Color convert

RGB25218081-
CMYK00.290.680.01
HSL34.74º96.61%65.29%-
HSV(B)34.74º67.86%98.82%-
XYZ57.9553.9315.14-
YUV190.2466.35172.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 81 (32.03% from 255) = 15.79%
R=49.12%
G=35.09%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521808100.290.680.0134.7496.6165.29
HexFCB45101D441236141
Octal374264121035104143141101
Binary111111001011010010100010111011000100110001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB451; }

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

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

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

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

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

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

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

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