#FAB854

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

Shades of Koromiko #FAB854

Tints of Koromiko #FAB854

Color information

#FAB854 (or 0xFAB854) is unknown color: approx Koromiko. HEX triplet: FA, B8 and 54. RGB value is (250,184,84). Sum of RGB (Red+Green+Blue) = 250+184+84=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB854 is #0547AB. Grayscale: #C0C0C0. Windows color (decimal): -346028 or 5552378. OLE color: 5552378.

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

Color convert

RGB25018484-
CMYK00.260.660.02
HSL36.14º94.32%65.49%-
HSV(B)36.14º66.4%98.04%-
XYZ58.1755.2515.99-
YUV192.3366.87169.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 84 (33.20% from 255) = 16.22%
R=48.26%
G=35.52%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501848400.260.660.0236.1494.3265.49
HexFAB85401A422245e41
Octal372270124032102244136101
Binary1111101010111000101010001101010000101010010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB854; }

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

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

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

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

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

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

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

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