#FFFA80

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

Shades of Witch Haze #FFFA80

Tints of Witch Haze #FFFA80

Color information

#FFFA80 (or 0xFFFA80) is unknown color: approx Witch Haze. HEX triplet: FF, FA and 80. RGB value is (255,250,128). Sum of RGB (Red+Green+Blue) = 255+250+128=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 128 (50.39% from 255 or 20.22% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA80 is #00057F. Grayscale: #EEEEEE. Windows color (decimal): -1408 or 8452863. OLE color: 8452863.

HSL color Cylindrical-coordinate representation of color #FFFA80: hue angle of 57.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFFA80 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255250128-
CMYK00.020.500
HSL57.64º100%75.1%-
HSV(B)57.64º49.8%100%-
XYZ79.3291.1933.84-
YUV237.5966.16140.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 128 (50.39% from 255) = 20.22%
R=40.28%
G=39.49%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525012800.020.50057.6410075.1
HexFFFA80023203a644b
Octal3773722000262072144113
Binary111111111111101010000000010110010011101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA80; }

 p { color: rgb(255,250,128); }

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

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

 a { background-color: rgb(255,250,128); }

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

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

 span { border-color: rgb(255,250,128); }

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