Html Css Color HEX #FAF37A Witch Haze

📋 copy color: '#FAF37A'

red 250 ◦ green 243 ◦ blue 122

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

Shades of Witch Haze #FAF37A

Tints of Witch Haze #FAF37A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.51%

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

R = 40.65%
G = 39.51%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAF37A (or 0xFAF37A) is known color: Witch Haze. HEX triplet: FA, F3 and 7A. RGB value is (250,243,122). Sum of RGB (Red+Green+Blue) = 250+243+122=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF37A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF37A is #050C85. Grayscale: #E7E7E7. Windows color (decimal): -330886 or 8057850. OLE color: 8057850.

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

Color convert

RGB 250 243 122 -
CMYK 0 0.03 0.51 0.02
HSL 56.72º 0.93% 0.73% -
HSV(B) 56.72º 0.51% 0.98% -
XYZ 74.99 85.83 31.03 -
YUV 231.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 250 243 122 0 0.03 0.51 0.02 56.72 0.93 0.73
Hex FA F3 7A 0 3 33 2 39 5D 49
Octal 372 363 172 0 3 63 2 71 135 111
Binary 11111010 11110011 1111010 0 11 110011 10 111001 1011101 1001001

Color Harmonies of #FAF37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF37A

Black with #FAF37A

Text Example


Text Example

White with #FAF37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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