Html Css Color HEX #FDF178 Witch Haze

📋 copy color: '#FDF178'

red 253 ◦ green 241 ◦ blue 120

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

Shades of Witch Haze #FDF178

Tints of Witch Haze #FDF178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.54%

R = 41.21%
G = 39.25%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDF178 (or 0xFDF178) is known color: Witch Haze. HEX triplet: FD, F1 and 78. RGB value is (253,241,120). Sum of RGB (Red+Green+Blue) = 253+241+120=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 120 (47.27% from 255 or 19.54% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF178 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF178 is #020E87. Grayscale: #E7E7E7. Windows color (decimal): -134792 or 7926269. OLE color: 7926269.

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

Color convert

RGB 253 241 120 -
CMYK 0 0.05 0.53 0.01
HSL 54.59º 0.97% 0.73% -
HSV(B) 54.59º 0.53% 0.99% -
XYZ 75.35 85.15 30.23 -
YUV 230.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 253 241 120 0 0.05 0.53 0.01 54.59 0.97 0.73
Hex FD F1 78 0 5 35 1 37 61 49
Octal 375 361 170 0 5 65 1 67 141 111
Binary 11111101 11110001 1111000 0 101 110101 1 110111 1100001 1001001

Color Harmonies of #FDF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF178

Black with #FDF178

Text Example


Text Example

White with #FDF178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF178; }

 p { color: rgb(253,241,120); }

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

background-color css

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

 a { background-color: rgb(253,241,120); }

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

border-color css

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

 span { border-color: rgb(253,241,120); }

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