Html Css Color HEX #FDF680 Witch Haze

📋 copy color: '#FDF680'

red 253 ◦ green 246 ◦ blue 128

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

Shades of Witch Haze #FDF680

Tints of Witch Haze #FDF680

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.23%

 BLUE value IS 128 (50.39% from 255) = 20.41%

R = 40.35%
G = 39.23%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF680 (or 0xFDF680) is known color: Witch Haze. HEX triplet: FD, F6 and 80. RGB value is (253,246,128). Sum of RGB (Red+Green+Blue) = 253+246+128=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 128 (50.39% from 255 or 20.41% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF680 is #02097F. Grayscale: #EBEBEB. Windows color (decimal): -133504 or 8451837. OLE color: 8451837.

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

Color convert

RGB 253 246 128 -
CMYK 0 0.03 0.49 0.01
HSL 56.64º 0.97% 0.75% -
HSV(B) 56.64º 0.49% 0.99% -
XYZ 77.36 88.35 33.4 -
YUV 234.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 253 246 128 0 0.03 0.49 0.01 56.64 0.97 0.75
Hex FD F6 80 0 3 31 1 39 61 4B
Octal 375 366 200 0 3 61 1 71 141 113
Binary 11111101 11110110 10000000 0 11 110001 1 111001 1100001 1001011

Color Harmonies of #FDF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF680

Black with #FDF680

Text Example


Text Example

White with #FDF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF680; }

 p { color: rgb(253,246,128); }

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

background-color css

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

 a { background-color: rgb(253,246,128); }

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

border-color css

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

 span { border-color: rgb(253,246,128); }

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