#FFF382

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

Shades of Witch Haze #FFF382

Tints of Witch Haze #FFF382

Color information

#FFF382 (or 0xFFF382) is unknown color: approx Witch Haze. HEX triplet: FF, F3 and 82. RGB value is (255,243,130). Sum of RGB (Red+Green+Blue) = 255+243+130=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 130 (51.17% from 255 or 20.70% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF382 is #000C7D. Grayscale: #EAEAEA. Windows color (decimal): -3198 or 8582143. OLE color: 8582143.

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

Color convert

RGB255243130-
CMYK00.050.490
HSL54.24º100%75.49%-
HSV(B)54.24º49.02%100%-
XYZ77.3286.9733.83-
YUV233.7169.48143.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 130 (51.17% from 255) = 20.70%
R=40.61%
G=38.69%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524313000.050.49054.2410075.49
HexFFF3820531036644b
Octal3773632020561066144113
Binary1111111111110011100000100101110001011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF382; }

 p { color: rgb(255,243,130); }

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

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

 a { background-color: rgb(255,243,130); }

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

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

 span { border-color: rgb(255,243,130); }

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