Html Css Color HEX #FFF271 Witch Haze

📋 copy color: '#FFF271'

red 255 ◦ green 242 ◦ blue 113

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

Shades of Witch Haze #FFF271

Tints of Witch Haze #FFF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.67%

 BLUE value IS 113 (44.53% from 255) = 18.52%

R = 41.8%
G = 39.67%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFF271 (or 0xFFF271) is known color: Witch Haze. HEX triplet: FF, F2 and 71. RGB value is (255,242,113). Sum of RGB (Red+Green+Blue) = 255+242+113=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 113 (44.53% from 255 or 18.52% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF271 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF271 is #000D8E. Grayscale: #E7E7E7. Windows color (decimal): -3471 or 7467775. OLE color: 7467775.

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

Color convert

RGB 255 242 113 -
CMYK 0 0.05 0.56 0
HSL 54.51º 1% 0.72% -
HSV(B) 54.51º 0.56% 1% -
XYZ 75.97 85.96 28.21 -
YUV 231.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 255 242 113 0 0.05 0.56 0 54.51 1 0.72
Hex FF F2 71 0 5 38 0 37 64 48
Octal 377 362 161 0 5 70 0 67 144 110
Binary 11111111 11110010 1110001 0 101 111000 0 110111 1100100 1001000

Color Harmonies of #FFF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF271

Black with #FFF271

Text Example


Text Example

White with #FFF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF271; }

 p { color: rgb(255,242,113); }

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

background-color css

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

 a { background-color: rgb(255,242,113); }

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

border-color css

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

 span { border-color: rgb(255,242,113); }

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