Html Css Color HEX #FAF07F Witch Haze

📋 copy color: '#FAF07F'

red 250 ◦ green 240 ◦ blue 127

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

Shades of Witch Haze #FAF07F

Tints of Witch Haze #FAF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.58%

R = 40.52%
G = 38.9%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAF07F (or 0xFAF07F) is known color: Witch Haze. HEX triplet: FA, F0 and 7F. RGB value is (250,240,127). Sum of RGB (Red+Green+Blue) = 250+240+127=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 127 (50% from 255 or 20.58% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF07F is #050F80. Grayscale: #E6E6E6. Windows color (decimal): -331649 or 8384762. OLE color: 8384762.

HSL color Cylindrical-coordinate representation of color #FAF07F: hue angle of 55.12º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAF07F is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 240 127 -
CMYK 0 0.04 0.49 0.02
HSL 55.12º 0.92% 0.74% -
HSV(B) 55.12º 0.49% 0.98% -
XYZ 74.42 84.18 32.4 -
YUV 230.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 250 240 127 0 0.04 0.49 0.02 55.12 0.92 0.74
Hex FA F0 7F 0 4 31 2 37 5C 4A
Octal 372 360 177 0 4 61 2 67 134 112
Binary 11111010 11110000 1111111 0 100 110001 10 110111 1011100 1001010

Color Harmonies of #FAF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF07F

Black with #FAF07F

Text Example


Text Example

White with #FAF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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