Html Css Color HEX #FFFA7E Witch Haze

📋 copy color: '#FFFA7E'

red 255 ◦ green 250 ◦ blue 126

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

Shades of Witch Haze #FFFA7E

Tints of Witch Haze #FFFA7E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.62%

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

R = 40.41%
G = 39.62%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFFA7E (or 0xFFFA7E) is known color: Witch Haze. HEX triplet: FF, FA and 7E. RGB value is (255,250,126). Sum of RGB (Red+Green+Blue) = 255+250+126=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 126 (49.61% from 255 or 19.97% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA7E is #000581. Grayscale: #EDEDED. Windows color (decimal): -1410 or 8321791. OLE color: 8321791.

HSL color Cylindrical-coordinate representation of color #FFFA7E: hue angle of 57.67º 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 #FFFA7E is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 250 126 -
CMYK 0 0.02 0.51 0
HSL 57.67º 1% 0.75% -
HSV(B) 57.67º 0.51% 1% -
XYZ 79.19 91.14 33.16 -
YUV 237.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 255 250 126 0 0.02 0.51 0 57.67 1 0.75
Hex FF FA 7E 0 2 33 0 3A 64 4B
Octal 377 372 176 0 2 63 0 72 144 113
Binary 11111111 11111010 1111110 0 10 110011 0 111010 1100100 1001011

Color Harmonies of #FFFA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA7E

Black with #FFFA7E

Text Example


Text Example

White with #FFFA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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