Html Css Color HEX #FAF807 Yellow

📋 copy color: '#FAF807'

red 250 ◦ green 248 ◦ blue 7

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

Shades of Yellow #FAF807

Tints of Yellow #FAF807

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.11%

 BLUE value IS 7 (3.13% from 255) = 1.39%

R = 49.5%
G = 49.11%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAF807 (or 0xFAF807) is known color: Yellow. HEX triplet: FA, F8 and 07. RGB value is (250,248,7). Sum of RGB (Red+Green+Blue) = 250+248+7=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 7 (3.12% from 255 or 1.39% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF807 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF807 is #0507F8. Grayscale: #DEDEDE. Windows color (decimal): -329721 or 522490. OLE color: 522490.

HSL color Cylindrical-coordinate representation of color #FAF807: hue angle of 59.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAF807 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 7 -
CMYK 0 0.01 0.97 0.02
HSL 59.51º 0.96% 0.5% -
HSV(B) 59.51º 0.97% 0.98% -
XYZ 73.03 87.47 13.24 -
YUV 221.12 7.16 148.6 -
System Red Green Blue C M Y K H S L
Decimal 250 248 7 0 0.01 0.97 0.02 59.51 0.96 0.5
Hex FA F8 7 0 1 61 2 3C 60 32
Octal 372 370 7 0 1 141 2 74 140 62
Binary 11111010 11111000 111 0 1 1100001 10 111100 1100000 110010

Color Harmonies of #FAF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF807

Black with #FAF807

Text Example


Text Example

White with #FAF807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF807; }

 p { color: rgb(250,248,7); }

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

background-color css

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

 a { background-color: rgb(250,248,7); }

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

border-color css

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

 span { border-color: rgb(250,248,7); }

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