Html Css Color HEX #FAF100 Yellow

📋 copy color: '#FAF100'

red 250 ◦ green 241 ◦ blue 0

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

Shades of Yellow #FAF100

Tints of Yellow #FAF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.92%
G = 49.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAF100 (or 0xFAF100) is known color: Yellow. HEX triplet: FA, F1 and 00. RGB value is (250,241,0). Sum of RGB (Red+Green+Blue) = 250+241+0=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 0 (0.39% from 255 or 0% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF100 is #050EFF. Grayscale: #D9D9D9. Windows color (decimal): -331520 or 61946. OLE color: 61946.

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

Color convert

RGB 250 241 0 -
CMYK 0 0.04 1 0.02
HSL 57.84º 1% 0.49% -
HSV(B) 57.84º 1% 0.98% -
XYZ 70.88 83.23 12.33 -
YUV 216.22 5.98 152.1 -
System Red Green Blue C M Y K H S L
Decimal 250 241 0 0 0.04 1 0.02 57.84 1 0.49
Hex FA F1 0 0 4 64 2 3A 64 31
Octal 372 361 0 0 4 144 2 72 144 61
Binary 11111010 11110001 0 0 100 1100100 10 111010 1100100 110001

Color Harmonies of #FAF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF100

Black with #FAF100

Text Example


Text Example

White with #FAF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF100; }

 p { color: rgb(250,241,0); }

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

background-color css

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

 a { background-color: rgb(250,241,0); }

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

border-color css

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

 span { border-color: rgb(250,241,0); }

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