Html Css Color HEX #FAF902 Yellow

📋 copy color: '#FAF902'

red 250 ◦ green 249 ◦ blue 2

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

Shades of Yellow #FAF902

Tints of Yellow #FAF902

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 49.9%
G = 49.7%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAF902 (or 0xFAF902) is known color: Yellow. HEX triplet: FA, F9 and 02. RGB value is (250,249,2). Sum of RGB (Red+Green+Blue) = 250+249+2=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 2 (1.17% from 255 or 0.40% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF902 is #0506FD. Grayscale: #DEDEDE. Windows color (decimal): -329470 or 195066. OLE color: 195066.

HSL color Cylindrical-coordinate representation of color #FAF902: hue angle of 59.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAF902 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 2 -
CMYK 0 0.00 0.99 0.02
HSL 59.76º 0.98% 0.49% -
HSV(B) 59.76º 0.99% 0.98% -
XYZ 73.31 88.08 13.19 -
YUV 221.14 4.33 148.58 -
System Red Green Blue C M Y K H S L
Decimal 250 249 2 0 0.00 0.99 0.02 59.76 0.98 0.49
Hex FA F9 2 0 0 63 2 3C 62 31
Octal 372 371 2 0 0 143 2 74 142 61
Binary 11111010 11111001 10 0 0 1100011 10 111100 1100010 110001

Color Harmonies of #FAF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF902

Black with #FAF902

Text Example


Text Example

White with #FAF902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF902; }

 p { color: rgb(250,249,2); }

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

background-color css

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

 a { background-color: rgb(250,249,2); }

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

border-color css

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

 span { border-color: rgb(250,249,2); }

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