Html Css Color HEX #FFF180 Witch Haze

📋 copy color: '#FFF180'

red 255 ◦ green 241 ◦ blue 128

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

Shades of Witch Haze #FFF180

Tints of Witch Haze #FFF180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.62%

 BLUE value IS 128 (50.39% from 255) = 20.51%

R = 40.87%
G = 38.62%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFF180 (or 0xFFF180) is known color: Witch Haze. HEX triplet: FF, F1 and 80. RGB value is (255,241,128). Sum of RGB (Red+Green+Blue) = 255+241+128=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 128 (50.39% from 255 or 20.51% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF180 is #000E7F. Grayscale: #E8E8E8. Windows color (decimal): -3712 or 8450559. OLE color: 8450559.

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

Color convert

RGB 255 241 128 -
CMYK 0 0.05 0.50 0
HSL 53.39º 1% 0.75% -
HSV(B) 53.39º 0.5% 1% -
XYZ 76.59 85.73 32.93 -
YUV 232.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 255 241 128 0 0.05 0.50 0 53.39 1 0.75
Hex FF F1 80 0 5 32 0 35 64 4B
Octal 377 361 200 0 5 62 0 65 144 113
Binary 11111111 11110001 10000000 0 101 110010 0 110101 1100100 1001011

Color Harmonies of #FFF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF180

Black with #FFF180

Text Example


Text Example

White with #FFF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF180; }

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

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

background-color css

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

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

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

border-color css

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

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

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