Html Css Color HEX #FAF702 Yellow

📋 copy color: '#FAF702'

red 250 ◦ green 247 ◦ blue 2

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

Shades of Yellow #FAF702

Tints of Yellow #FAF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.5%

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

R = 50.1%
G = 49.5%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAF702 (or 0xFAF702) is known color: Yellow. HEX triplet: FA, F7 and 02. RGB value is (250,247,2). Sum of RGB (Red+Green+Blue) = 250+247+2=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 2 (1.17% from 255 or 0.40% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF702 is #0508FD. Grayscale: #DCDCDC. Windows color (decimal): -329982 or 194554. OLE color: 194554.

HSL color Cylindrical-coordinate representation of color #FAF702: hue angle of 59.27º 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 #FAF702 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 2 -
CMYK 0 0.01 0.99 0.02
HSL 59.27º 0.98% 0.49% -
HSV(B) 59.27º 0.99% 0.98% -
XYZ 72.7 86.85 12.99 -
YUV 219.97 4.99 149.42 -
System Red Green Blue C M Y K H S L
Decimal 250 247 2 0 0.01 0.99 0.02 59.27 0.98 0.49
Hex FA F7 2 0 1 63 2 3B 62 31
Octal 372 367 2 0 1 143 2 73 142 61
Binary 11111010 11110111 10 0 1 1100011 10 111011 1100010 110001

Color Harmonies of #FAF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF702

Black with #FAF702

Text Example


Text Example

White with #FAF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF702; }

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

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

background-color css

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

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

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

border-color css

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

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

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