Html Css Color HEX #FFFD7E Witch Haze

📋 copy color: '#FFFD7E'

red 255 ◦ green 253 ◦ blue 126

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

Shades of Witch Haze #FFFD7E

Tints of Witch Haze #FFFD7E

RGB

 RED value IS 255 (100% from 255) = 40.22%

 GREEN value IS 253 (99.22% from 255) = 39.91%

 BLUE value IS 126 (49.61% from 255) = 19.87%

R = 40.22%
G = 39.91%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFFD7E (or 0xFFFD7E) is known color: Witch Haze. HEX triplet: FF, FD and 7E. RGB value is (255,253,126). Sum of RGB (Red+Green+Blue) = 255+253+126=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 126 (49.61% from 255 or 19.87% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD7E is #000281. Grayscale: #EFEFEF. Windows color (decimal): -642 or 8322559. OLE color: 8322559.

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

Color convert

RGB 255 253 126 -
CMYK 0 0.01 0.51 0
HSL 59.07º 1% 0.75% -
HSV(B) 59.07º 0.51% 1% -
XYZ 80.13 93.02 33.47 -
YUV 239.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 255 253 126 0 0.01 0.51 0 59.07 1 0.75
Hex FF FD 7E 0 1 33 0 3B 64 4B
Octal 377 375 176 0 1 63 0 73 144 113
Binary 11111111 11111101 1111110 0 1 110011 0 111011 1100100 1001011

Color Harmonies of #FFFD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD7E

Black with #FFFD7E

Text Example


Text Example

White with #FFFD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD7E; }

 p { color: rgb(255,253,126); }

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

background-color css

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

 a { background-color: rgb(255,253,126); }

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

border-color css

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

 span { border-color: rgb(255,253,126); }

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