Html Css Color HEX #FAF075 Witch Haze

📋 copy color: '#FAF075'

red 250 ◦ green 240 ◦ blue 117

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

Shades of Witch Haze #FAF075

Tints of Witch Haze #FAF075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.28%

R = 41.19%
G = 39.54%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAF075 (or 0xFAF075) is known color: Witch Haze. HEX triplet: FA, F0 and 75. RGB value is (250,240,117). Sum of RGB (Red+Green+Blue) = 250+240+117=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 117 (46.09% from 255 or 19.28% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF075 is #050F8A. Grayscale: #E5E5E5. Windows color (decimal): -331659 or 7729402. OLE color: 7729402.

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

Color convert

RGB 250 240 117 -
CMYK 0 0.04 0.53 0.02
HSL 55.49º 0.93% 0.72% -
HSV(B) 55.49º 0.53% 0.98% -
XYZ 73.8 83.93 29.14 -
YUV 228.97 64.81 143 -
System Red Green Blue C M Y K H S L
Decimal 250 240 117 0 0.04 0.53 0.02 55.49 0.93 0.72
Hex FA F0 75 0 4 35 2 37 5D 48
Octal 372 360 165 0 4 65 2 67 135 110
Binary 11111010 11110000 1110101 0 100 110101 10 110111 1011101 1001000

Color Harmonies of #FAF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF075

Black with #FAF075

Text Example


Text Example

White with #FAF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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