Html Css Color HEX #FAEA7A Witch Haze

📋 copy color: '#FAEA7A'

red 250 ◦ green 234 ◦ blue 122

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

Shades of Witch Haze #FAEA7A

Tints of Witch Haze #FAEA7A

RGB

 RED value IS 250 (98.05% from 255) = 41.25%

 GREEN value IS 234 (91.8% from 255) = 38.61%

 BLUE value IS 122 (48.05% from 255) = 20.13%

R = 41.25%
G = 38.61%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAEA7A (or 0xFAEA7A) is known color: Witch Haze. HEX triplet: FA, EA and 7A. RGB value is (250,234,122). Sum of RGB (Red+Green+Blue) = 250+234+122=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA7A is #051585. Grayscale: #E2E2E2. Windows color (decimal): -333190 or 8055546. OLE color: 8055546.

HSL color Cylindrical-coordinate representation of color #FAEA7A: hue angle of 52.5º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAEA7A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 122 -
CMYK 0 0.06 0.51 0.02
HSL 52.5º 0.93% 0.73% -
HSV(B) 52.5º 0.51% 0.98% -
XYZ 72.36 80.57 30.15 -
YUV 226.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 250 234 122 0 0.06 0.51 0.02 52.5 0.93 0.73
Hex FA EA 7A 0 6 33 2 34 5D 49
Octal 372 352 172 0 6 63 2 64 135 111
Binary 11111010 11101010 1111010 0 110 110011 10 110100 1011101 1001001

Color Harmonies of #FAEA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA7A

Black with #FAEA7A

Text Example


Text Example

White with #FAEA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA7A; }

 p { color: rgb(250,234,122); }

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

background-color css

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

 a { background-color: rgb(250,234,122); }

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

border-color css

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

 span { border-color: rgb(250,234,122); }

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