Html Css Color HEX #FAFB00 Yellow

📋 copy color: '#FAFB00'

red 250 ◦ green 251 ◦ blue 0

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

Shades of Yellow #FAFB00

Tints of Yellow #FAFB00

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.1%

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

R = 49.9%
G = 50.1%
B = 0%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAFB00 (or 0xFAFB00) is known color: Yellow. HEX triplet: FA, FB and 00. RGB value is (250,251,0). Sum of RGB (Red+Green+Blue) = 250+251+0=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 0 (0.39% from 255 or 0% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFB00 is #0504FF. Grayscale: #DFDFDF. Windows color (decimal): -328960 or 64506. OLE color: 64506.

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

Color convert

RGB 250 251 0 -
CMYK 0.00 0 1 0.02
HSL 60.24º 1% 0.49% -
HSV(B) 60.24º 1% 0.98% -
XYZ 73.92 89.32 13.34 -
YUV 222.09 2.67 147.91 -
System Red Green Blue C M Y K H S L
Decimal 250 251 0 0.00 0 1 0.02 60.24 1 0.49
Hex FA FB 0 0 0 64 2 3C 64 31
Octal 372 373 0 0 0 144 2 74 144 61
Binary 11111010 11111011 0 0 0 1100100 10 111100 1100100 110001

Color Harmonies of #FAFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFB00

Black with #FAFB00

Text Example


Text Example

White with #FAFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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