#FAB749

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

Shades of Koromiko #FAB749

Tints of Koromiko #FAB749

Color information

#FAB749 (or 0xFAB749) is unknown color: approx Koromiko. HEX triplet: FA, B7 and 49. RGB value is (250,183,73). Sum of RGB (Red+Green+Blue) = 250+183+73=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB749 is #0548B6. Grayscale: #BFBFBF. Windows color (decimal): -346295 or 4831226. OLE color: 4831226.

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

Color convert

RGB25018373-
CMYK00.270.710.02
HSL37.29º94.65%63.33%-
HSV(B)37.29º70.8%98.04%-
XYZ57.5654.6713.82-
YUV190.4961.7170.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 73 (28.91% from 255) = 14.43%
R=49.41%
G=36.17%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501837300.270.710.0237.2994.6563.33
HexFAB74901B472255f3f
Octal37226711103310724513777
Binary111110101011011110010010110111000111101001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB749; }

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

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

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

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

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

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

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

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