#FAB64C

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

Shades of Koromiko #FAB64C

Tints of Koromiko #FAB64C

Color information

#FAB64C (or 0xFAB64C) is unknown color: approx Koromiko. HEX triplet: FA, B6 and 4C. RGB value is (250,182,76). Sum of RGB (Red+Green+Blue) = 250+182+76=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB64C is #0549B3. Grayscale: #BEBEBE. Windows color (decimal): -346548 or 5027578. OLE color: 5027578.

HSL color Cylindrical-coordinate representation of color #FAB64C: hue angle of 36.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAB64C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB25018276-
CMYK00.270.700.02
HSL36.55º94.57%63.92%-
HSV(B)36.55º69.6%98.04%-
XYZ57.4654.314.29-
YUV190.2563.53170.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 76 (30.08% from 255) = 14.96%
R=49.21%
G=35.83%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501827600.270.700.0236.5594.5763.92
HexFAB64C01B462255f40
Octal372266114033106245137100
Binary1111101010110110100110001101110001101010010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB64C; }

 p { color: rgb(250,182,76); }

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

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

 a { background-color: rgb(250,182,76); }

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

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

 span { border-color: rgb(250,182,76); }

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