#FAB849

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

Shades of Koromiko #FAB849

Tints of Koromiko #FAB849

Color information

#FAB849 (or 0xFAB849) is unknown color: approx Koromiko. HEX triplet: FA, B8 and 49. RGB value is (250,184,73). Sum of RGB (Red+Green+Blue) = 250+184+73=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB849 is #0547B6. Grayscale: #BFBFBF. Windows color (decimal): -346039 or 4831482. OLE color: 4831482.

HSL color Cylindrical-coordinate representation of color #FAB849: hue angle of 37.63º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAB849 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25018473-
CMYK00.260.710.02
HSL37.63º94.65%63.33%-
HSV(B)37.63º70.8%98.04%-
XYZ57.7755.0913.89-
YUV191.0861.37170.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 73 (28.91% from 255) = 14.40%
R=49.31%
G=36.29%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501847300.260.710.0237.6394.6563.33
HexFAB84901A472265f3f
Octal37227011103210724613777
Binary111110101011100010010010110101000111101001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB849; }

 p { color: rgb(250,184,73); }

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

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

 a { background-color: rgb(250,184,73); }

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

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

 span { border-color: rgb(250,184,73); }

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