#FAB552

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

Shades of Koromiko #FAB552

Tints of Koromiko #FAB552

Color information

#FAB552 (or 0xFAB552) is unknown color: approx Koromiko. HEX triplet: FA, B5 and 52. RGB value is (250,181,82). Sum of RGB (Red+Green+Blue) = 250+181+82=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB552 is #054AAD. Grayscale: #BEBEBE. Windows color (decimal): -346798 or 5420538. OLE color: 5420538.

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

Color convert

RGB25018182-
CMYK00.280.670.02
HSL35.36º94.38%65.1%-
HSV(B)35.36º67.2%98.04%-
XYZ57.4753.9815.37-
YUV190.3566.86170.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=48.73%
G=35.28%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501818200.280.670.0235.3694.3865.1
HexFAB55201C432235e41
Octal372265122034103243136101
Binary1111101010110101101001001110010000111010001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB552; }

 p { color: rgb(250,181,82); }

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

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

 a { background-color: rgb(250,181,82); }

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

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

 span { border-color: rgb(250,181,82); }

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