Html Css Color HEX #FAF270 Witch Haze

📋 copy color: '#FAF270'

red 250 ◦ green 242 ◦ blue 112

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

Shades of Witch Haze #FAF270

Tints of Witch Haze #FAF270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.54%

R = 41.39%
G = 40.07%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAF270 (or 0xFAF270) is known color: Witch Haze. HEX triplet: FA, F2 and 70. RGB value is (250,242,112). Sum of RGB (Red+Green+Blue) = 250+242+112=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 112 (44.14% from 255 or 18.54% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF270 is #050D8F. Grayscale: #E6E6E6. Windows color (decimal): -331152 or 7402234. OLE color: 7402234.

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

Color convert

RGB 250 242 112 -
CMYK 0 0.03 0.55 0.02
HSL 56.52º 0.93% 0.71% -
HSV(B) 56.52º 0.55% 0.98% -
XYZ 74.1 85 27.83 -
YUV 229.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 250 242 112 0 0.03 0.55 0.02 56.52 0.93 0.71
Hex FA F2 70 0 3 37 2 39 5D 47
Octal 372 362 160 0 3 67 2 71 135 107
Binary 11111010 11110010 1110000 0 11 110111 10 111001 1011101 1000111

Color Harmonies of #FAF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF270

Black with #FAF270

Text Example


Text Example

White with #FAF270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF270; }

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

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

background-color css

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

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

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

border-color css

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

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

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