Html Css Color HEX #FAF87A Witch Haze

📋 copy color: '#FAF87A'

red 250 ◦ green 248 ◦ blue 122

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

Shades of Witch Haze #FAF87A

Tints of Witch Haze #FAF87A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40%

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

R = 40.32%
G = 40%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAF87A (or 0xFAF87A) is known color: Witch Haze. HEX triplet: FA, F8 and 7A. RGB value is (250,248,122). Sum of RGB (Red+Green+Blue) = 250+248+122=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 122 (48.05% from 255 or 19.68% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF87A is #050785. Grayscale: #EAEAEA. Windows color (decimal): -329606 or 8059130. OLE color: 8059130.

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

Color convert

RGB 250 248 122 -
CMYK 0 0.01 0.51 0.02
HSL 59.06º 0.93% 0.73% -
HSV(B) 59.06º 0.51% 0.98% -
XYZ 76.5 88.86 31.53 -
YUV 234.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 250 248 122 0 0.01 0.51 0.02 59.06 0.93 0.73
Hex FA F8 7A 0 1 33 2 3B 5D 49
Octal 372 370 172 0 1 63 2 73 135 111
Binary 11111010 11111000 1111010 0 1 110011 10 111011 1011101 1001001

Color Harmonies of #FAF87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF87A

Black with #FAF87A

Text Example


Text Example

White with #FAF87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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