Html Css Color HEX #FAF26F Witch Haze

📋 copy color: '#FAF26F'

red 250 ◦ green 242 ◦ blue 111

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

Shades of Witch Haze #FAF26F

Tints of Witch Haze #FAF26F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

 BLUE value IS 111 (43.75% from 255) = 18.41%

R = 41.46%
G = 40.13%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAF26F (or 0xFAF26F) is known color: Witch Haze. HEX triplet: FA, F2 and 6F. RGB value is (250,242,111). Sum of RGB (Red+Green+Blue) = 250+242+111=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 111 (43.75% from 255 or 18.41% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF26F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF26F is #050D90. Grayscale: #E5E5E5. Windows color (decimal): -331153 or 7336698. OLE color: 7336698.

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

Color convert

RGB 250 242 111 -
CMYK 0 0.03 0.56 0.02
HSL 56.55º 0.93% 0.71% -
HSV(B) 56.55º 0.56% 0.98% -
XYZ 74.05 84.98 27.54 -
YUV 229.46 61.15 142.65 -
System Red Green Blue C M Y K H S L
Decimal 250 242 111 0 0.03 0.56 0.02 56.55 0.93 0.71
Hex FA F2 6F 0 3 38 2 39 5D 47
Octal 372 362 157 0 3 70 2 71 135 107
Binary 11111010 11110010 1101111 0 11 111000 10 111001 1011101 1000111

Color Harmonies of #FAF26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF26F

Black with #FAF26F

Text Example


Text Example

White with #FAF26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF26F; }

 p { color: rgb(250,242,111); }

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

background-color css

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

 a { background-color: rgb(250,242,111); }

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

border-color css

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

 span { border-color: rgb(250,242,111); }

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