Html Css Color HEX #FDF375 Witch Haze

📋 copy color: '#FDF375'

red 253 ◦ green 243 ◦ blue 117

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

Shades of Witch Haze #FDF375

Tints of Witch Haze #FDF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.64%

 BLUE value IS 117 (46.09% from 255) = 19.09%

R = 41.27%
G = 39.64%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF375 (or 0xFDF375) is known color: Witch Haze. HEX triplet: FD, F3 and 75. RGB value is (253,243,117). Sum of RGB (Red+Green+Blue) = 253+243+117=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 117 (46.09% from 255 or 19.09% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF375 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF375 is #020C8A. Grayscale: #E8E8E8. Windows color (decimal): -134283 or 7730173. OLE color: 7730173.

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

Color convert

RGB 253 243 117 -
CMYK 0 0.04 0.54 0.01
HSL 55.59º 0.97% 0.73% -
HSV(B) 55.59º 0.54% 0.99% -
XYZ 75.77 86.27 29.49 -
YUV 231.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 253 243 117 0 0.04 0.54 0.01 55.59 0.97 0.73
Hex FD F3 75 0 4 36 1 38 61 49
Octal 375 363 165 0 4 66 1 70 141 111
Binary 11111101 11110011 1110101 0 100 110110 1 111000 1100001 1001001

Color Harmonies of #FDF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF375

Black with #FDF375

Text Example


Text Example

White with #FDF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF375; }

 p { color: rgb(253,243,117); }

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

background-color css

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

 a { background-color: rgb(253,243,117); }

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

border-color css

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

 span { border-color: rgb(253,243,117); }

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