Html Css Color HEX #FAF283 Witch Haze

📋 copy color: '#FAF283'

red 250 ◦ green 242 ◦ blue 131

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

Shades of Witch Haze #FAF283

Tints of Witch Haze #FAF283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.03%

R = 40.13%
G = 38.84%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAF283 (or 0xFAF283) is known color: Witch Haze. HEX triplet: FA, F2 and 83. RGB value is (250,242,131). Sum of RGB (Red+Green+Blue) = 250+242+131=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 131 (51.56% from 255 or 21.03% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF283 is #050D7C. Grayscale: #E8E8E8. Windows color (decimal): -331133 or 8647418. OLE color: 8647418.

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

Color convert

RGB 250 242 131 -
CMYK 0 0.03 0.48 0.02
HSL 55.97º 0.92% 0.75% -
HSV(B) 55.97º 0.48% 0.98% -
XYZ 75.27 85.47 34 -
YUV 231.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 250 242 131 0 0.03 0.48 0.02 55.97 0.92 0.75
Hex FA F2 83 0 3 30 2 38 5C 4B
Octal 372 362 203 0 3 60 2 70 134 113
Binary 11111010 11110010 10000011 0 11 110000 10 111000 1011100 1001011

Color Harmonies of #FAF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF283

Black with #FAF283

Text Example


Text Example

White with #FAF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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