Html Css Color HEX #FDF268 Witch Haze

📋 copy color: '#FDF268'

red 253 ◦ green 242 ◦ blue 104

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

Shades of Witch Haze #FDF268

Tints of Witch Haze #FDF268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 17.36%

R = 42.24%
G = 40.4%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDF268 (or 0xFDF268) is known color: Witch Haze. HEX triplet: FD, F2 and 68. RGB value is (253,242,104). Sum of RGB (Red+Green+Blue) = 253+242+104=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 104 (41.02% from 255 or 17.36% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF268 is #020D97. Grayscale: #E6E6E6. Windows color (decimal): -134552 or 6877949. OLE color: 6877949.

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

Color convert

RGB 253 242 104 -
CMYK 0 0.04 0.59 0.01
HSL 55.57º 0.97% 0.7% -
HSV(B) 55.57º 0.59% 0.99% -
XYZ 74.76 85.39 25.64 -
YUV 229.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 253 242 104 0 0.04 0.59 0.01 55.57 0.97 0.7
Hex FD F2 68 0 4 3B 1 38 61 46
Octal 375 362 150 0 4 73 1 70 141 106
Binary 11111101 11110010 1101000 0 100 111011 1 111000 1100001 1000110

Color Harmonies of #FDF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF268

Black with #FDF268

Text Example


Text Example

White with #FDF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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