Html Css Color HEX #FAF002 Yellow

📋 copy color: '#FAF002'

red 250 ◦ green 240 ◦ blue 2

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

Shades of Yellow #FAF002

Tints of Yellow #FAF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.78%

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

R = 50.81%
G = 48.78%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAF002 (or 0xFAF002) is known color: Yellow. HEX triplet: FA, F0 and 02. RGB value is (250,240,2). Sum of RGB (Red+Green+Blue) = 250+240+2=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF002 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF002 is #050FFD. Grayscale: #D8D8D8. Windows color (decimal): -331774 or 192762. OLE color: 192762.

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

Color convert

RGB 250 240 2 -
CMYK 0 0.04 0.99 0.02
HSL 57.58º 0.98% 0.49% -
HSV(B) 57.58º 0.99% 0.98% -
XYZ 70.6 82.65 12.29 -
YUV 215.86 7.31 152.35 -
System Red Green Blue C M Y K H S L
Decimal 250 240 2 0 0.04 0.99 0.02 57.58 0.98 0.49
Hex FA F0 2 0 4 63 2 3A 62 31
Octal 372 360 2 0 4 143 2 72 142 61
Binary 11111010 11110000 10 0 100 1100011 10 111010 1100010 110001

Color Harmonies of #FAF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF002

Black with #FAF002

Text Example


Text Example

White with #FAF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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