Html Css Color HEX #FDF380 Witch Haze

📋 copy color: '#FDF380'

red 253 ◦ green 243 ◦ blue 128

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

Shades of Witch Haze #FDF380

Tints of Witch Haze #FDF380

RGB

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

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

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

R = 40.54%
G = 38.94%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF380 (or 0xFDF380) is known color: Witch Haze. HEX triplet: FD, F3 and 80. RGB value is (253,243,128). Sum of RGB (Red+Green+Blue) = 253+243+128=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 128 (50.39% from 255 or 20.51% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF380 is #020C7F. Grayscale: #E9E9E9. Windows color (decimal): -134272 or 8451069. OLE color: 8451069.

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

Color convert

RGB 253 243 128 -
CMYK 0 0.04 0.49 0.01
HSL 55.2º 0.97% 0.75% -
HSV(B) 55.2º 0.49% 0.99% -
XYZ 76.45 86.54 33.1 -
YUV 232.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 253 243 128 0 0.04 0.49 0.01 55.2 0.97 0.75
Hex FD F3 80 0 4 31 1 37 61 4B
Octal 375 363 200 0 4 61 1 67 141 113
Binary 11111101 11110011 10000000 0 100 110001 1 110111 1100001 1001011

Color Harmonies of #FDF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF380

Black with #FDF380

Text Example


Text Example

White with #FDF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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