Html Css Color HEX #FDF278 Witch Haze

📋 copy color: '#FDF278'

red 253 ◦ green 242 ◦ blue 120

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

Shades of Witch Haze #FDF278

Tints of Witch Haze #FDF278

RGB

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

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

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

R = 41.14%
G = 39.35%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDF278 (or 0xFDF278) is known color: Witch Haze. HEX triplet: FD, F2 and 78. RGB value is (253,242,120). Sum of RGB (Red+Green+Blue) = 253+242+120=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 120 (47.27% from 255 or 19.51% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF278 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF278 is #020D87. Grayscale: #E7E7E7. Windows color (decimal): -134536 or 7926525. OLE color: 7926525.

HSL color Cylindrical-coordinate representation of color #FDF278: hue angle of 55.04º 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 #FDF278 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 120 -
CMYK 0 0.04 0.53 0.01
HSL 55.04º 0.97% 0.73% -
HSV(B) 55.04º 0.53% 0.99% -
XYZ 75.65 85.74 30.33 -
YUV 231.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 253 242 120 0 0.04 0.53 0.01 55.04 0.97 0.73
Hex FD F2 78 0 4 35 1 37 61 49
Octal 375 362 170 0 4 65 1 67 141 111
Binary 11111101 11110010 1111000 0 100 110101 1 110111 1100001 1001001

Color Harmonies of #FDF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF278

Black with #FDF278

Text Example


Text Example

White with #FDF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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