Html Css Color HEX #FFF982 Witch Haze

📋 copy color: '#FFF982'

red 255 ◦ green 249 ◦ blue 130

#FFF982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FFF982

Tints of Witch Haze #FFF982

RGB

 RED value IS 255 (100% from 255) = 40.22%

 GREEN value IS 249 (97.66% from 255) = 39.27%

 BLUE value IS 130 (51.17% from 255) = 20.5%

R = 40.22%
G = 39.27%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFF982 (or 0xFFF982) is known color: Witch Haze. HEX triplet: FF, F9 and 82. RGB value is (255,249,130). Sum of RGB (Red+Green+Blue) = 255+249+130=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 130 (51.17% from 255 or 20.50% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF982 is #00067D. Grayscale: #EDEDED. Windows color (decimal): -1662 or 8583679. OLE color: 8583679.

HSL color Cylindrical-coordinate representation of color #FFF982: hue angle of 57.12º 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 #FFF982 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 249 130 -
CMYK 0 0.02 0.49 0
HSL 57.12º 1% 0.75% -
HSV(B) 57.12º 0.49% 1% -
XYZ 79.14 90.62 34.44 -
YUV 237.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 255 249 130 0 0.02 0.49 0 57.12 1 0.75
Hex FF F9 82 0 2 31 0 39 64 4B
Octal 377 371 202 0 2 61 0 71 144 113
Binary 11111111 11111001 10000010 0 10 110001 0 111001 1100100 1001011

Color Harmonies of #FFF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF982

Black with #FFF982

Text Example


Text Example

White with #FFF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF982; }

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

 H1.HeaderClassName
 {
   color: #FFF982;
 }
 .AnyTagClassName
 {
   color: #FFF982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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