Html Css Color HEX #FAF101 Yellow

📋 copy color: '#FAF101'

red 250 ◦ green 241 ◦ blue 1

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

Shades of Yellow #FAF101

Tints of Yellow #FAF101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.81%
G = 48.98%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAF101 (or 0xFAF101) is known color: Yellow. HEX triplet: FA, F1 and 01. RGB value is (250,241,1). Sum of RGB (Red+Green+Blue) = 250+241+1=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 1 (0.78% from 255 or 0.20% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF101 is #050EFE. Grayscale: #D9D9D9. Windows color (decimal): -331519 or 127482. OLE color: 127482.

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

Color convert

RGB 250 241 1 -
CMYK 0 0.04 1.00 0.02
HSL 57.83º 0.99% 0.49% -
HSV(B) 57.83º 1% 0.98% -
XYZ 70.89 83.24 12.36 -
YUV 216.33 6.48 152.01 -
System Red Green Blue C M Y K H S L
Decimal 250 241 1 0 0.04 1.00 0.02 57.83 0.99 0.49
Hex FA F1 1 0 4 64 2 3A 63 31
Octal 372 361 1 0 4 144 2 72 143 61
Binary 11111010 11110001 1 0 100 1100100 10 111010 1100011 110001

Color Harmonies of #FAF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF101

Black with #FAF101

Text Example


Text Example

White with #FAF101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF101; }

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

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

background-color css

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

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

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

border-color css

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

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

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