Html Css Color HEX #FDF07A Witch Haze

📋 copy color: '#FDF07A'

red 253 ◦ green 240 ◦ blue 122

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

Shades of Witch Haze #FDF07A

Tints of Witch Haze #FDF07A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

 BLUE value IS 122 (48.05% from 255) = 19.84%

R = 41.14%
G = 39.02%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDF07A (or 0xFDF07A) is known color: Witch Haze. HEX triplet: FD, F0 and 7A. RGB value is (253,240,122). Sum of RGB (Red+Green+Blue) = 253+240+122=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF07A is #020F85. Grayscale: #E6E6E6. Windows color (decimal): -135046 or 8057085. OLE color: 8057085.

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

Color convert

RGB 253 240 122 -
CMYK 0 0.05 0.52 0.01
HSL 54.05º 0.97% 0.74% -
HSV(B) 54.05º 0.52% 0.99% -
XYZ 75.18 84.61 30.78 -
YUV 230.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 253 240 122 0 0.05 0.52 0.01 54.05 0.97 0.74
Hex FD F0 7A 0 5 34 1 36 61 4A
Octal 375 360 172 0 5 64 1 66 141 112
Binary 11111101 11110000 1111010 0 101 110100 1 110110 1100001 1001010

Color Harmonies of #FDF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF07A

Black with #FDF07A

Text Example


Text Example

White with #FDF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF07A; }

 p { color: rgb(253,240,122); }

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

background-color css

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

 a { background-color: rgb(253,240,122); }

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

border-color css

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

 span { border-color: rgb(253,240,122); }

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