Html Css Color HEX #FDF271 Witch Haze

📋 copy color: '#FDF271'

red 253 ◦ green 242 ◦ blue 113

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

Shades of Witch Haze #FDF271

Tints of Witch Haze #FDF271

RGB

 RED value IS 253 (99.22% from 255) = 41.61%

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

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

R = 41.61%
G = 39.8%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF271 (or 0xFDF271) is known color: Witch Haze. HEX triplet: FD, F2 and 71. RGB value is (253,242,113). Sum of RGB (Red+Green+Blue) = 253+242+113=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 113 (44.53% from 255 or 18.59% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF271 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF271 is #020D8E. Grayscale: #E7E7E7. Windows color (decimal): -134543 or 7467773. OLE color: 7467773.

HSL color Cylindrical-coordinate representation of color #FDF271: hue angle of 55.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDF271 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 113 -
CMYK 0 0.04 0.55 0.01
HSL 55.29º 0.97% 0.72% -
HSV(B) 55.29º 0.55% 0.99% -
XYZ 75.24 85.58 28.18 -
YUV 230.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 253 242 113 0 0.04 0.55 0.01 55.29 0.97 0.72
Hex FD F2 71 0 4 37 1 37 61 48
Octal 375 362 161 0 4 67 1 67 141 110
Binary 11111101 11110010 1110001 0 100 110111 1 110111 1100001 1001000

Color Harmonies of #FDF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF271

Black with #FDF271

Text Example


Text Example

White with #FDF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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