Html Css Color HEX #FFF582 Witch Haze

📋 copy color: '#FFF582'

red 255 ◦ green 245 ◦ blue 130

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

Shades of Witch Haze #FFF582

Tints of Witch Haze #FFF582

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.89%

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

R = 40.48%
G = 38.89%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFF582 (or 0xFFF582) is known color: Witch Haze. HEX triplet: FF, F5 and 82. RGB value is (255,245,130). Sum of RGB (Red+Green+Blue) = 255+245+130=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 130 (51.17% from 255 or 20.63% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF582 is #000A7D. Grayscale: #EBEBEB. Windows color (decimal): -2686 or 8582655. OLE color: 8582655.

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

Color convert

RGB 255 245 130 -
CMYK 0 0.04 0.49 0
HSL 55.2º 1% 0.75% -
HSV(B) 55.2º 0.49% 1% -
XYZ 77.92 88.18 34.03 -
YUV 234.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 255 245 130 0 0.04 0.49 0 55.2 1 0.75
Hex FF F5 82 0 4 31 0 37 64 4B
Octal 377 365 202 0 4 61 0 67 144 113
Binary 11111111 11110101 10000010 0 100 110001 0 110111 1100100 1001011

Color Harmonies of #FFF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF582

Black with #FFF582

Text Example


Text Example

White with #FFF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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