Html Css Color HEX #FDF068 Witch Haze

📋 copy color: '#FDF068'

red 253 ◦ green 240 ◦ blue 104

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

Shades of Witch Haze #FDF068

Tints of Witch Haze #FDF068

RGB

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

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

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

R = 42.38%
G = 40.2%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDF068 (or 0xFDF068) is known color: Witch Haze. HEX triplet: FD, F0 and 68. RGB value is (253,240,104). Sum of RGB (Red+Green+Blue) = 253+240+104=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 104 (41.02% from 255 or 17.42% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF068 is #020F97. Grayscale: #E4E4E4. Windows color (decimal): -135064 or 6877437. OLE color: 6877437.

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

Color convert

RGB 253 240 104 -
CMYK 0 0.05 0.59 0.01
HSL 54.77º 0.97% 0.7% -
HSV(B) 54.77º 0.59% 0.99% -
XYZ 74.17 84.2 25.44 -
YUV 228.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 253 240 104 0 0.05 0.59 0.01 54.77 0.97 0.7
Hex FD F0 68 0 5 3B 1 37 61 46
Octal 375 360 150 0 5 73 1 67 141 106
Binary 11111101 11110000 1101000 0 101 111011 1 110111 1100001 1000110

Color Harmonies of #FDF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF068

Black with #FDF068

Text Example


Text Example

White with #FDF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF068; }

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

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

background-color css

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

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

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

border-color css

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

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

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