Html Css Color HEX #FAF07A Witch Haze

📋 copy color: '#FAF07A'

red 250 ◦ green 240 ◦ blue 122

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

Shades of Witch Haze #FAF07A

Tints of Witch Haze #FAF07A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.22%

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

R = 40.85%
G = 39.22%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAF07A (or 0xFAF07A) is known color: Witch Haze. HEX triplet: FA, F0 and 7A. RGB value is (250,240,122). Sum of RGB (Red+Green+Blue) = 250+240+122=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF07A is #050F85. Grayscale: #E6E6E6. Windows color (decimal): -331654 or 8057082. OLE color: 8057082.

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

Color convert

RGB 250 240 122 -
CMYK 0 0.04 0.51 0.02
HSL 55.31º 0.93% 0.73% -
HSV(B) 55.31º 0.51% 0.98% -
XYZ 74.1 84.05 30.73 -
YUV 229.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 250 240 122 0 0.04 0.51 0.02 55.31 0.93 0.73
Hex FA F0 7A 0 4 33 2 37 5D 49
Octal 372 360 172 0 4 63 2 67 135 111
Binary 11111010 11110000 1111010 0 100 110011 10 110111 1011101 1001001

Color Harmonies of #FAF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF07A

Black with #FAF07A

Text Example


Text Example

White with #FAF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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