Html Css Color HEX #FAFD00 Yellow

📋 copy color: '#FAFD00'

red 250 ◦ green 253 ◦ blue 0

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

Shades of Yellow #FAFD00

Tints of Yellow #FAFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

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

R = 49.7%
G = 50.3%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FAFD00 (or 0xFAFD00) is known color: Yellow. HEX triplet: FA, FD and 00. RGB value is (250,253,0). Sum of RGB (Red+Green+Blue) = 250+253+0=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 0 (0.39% from 255 or 0% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD00 is #0502FF. Grayscale: #E0E0E0. Windows color (decimal): -328448 or 65018. OLE color: 65018.

HSL color Cylindrical-coordinate representation of color #FAFD00: hue angle of 60.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAFD00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 0 -
CMYK 0.01 0 1 0.01
HSL 60.71º 1% 0.5% -
HSV(B) 60.71º 1% 0.99% -
XYZ 74.55 90.57 13.55 -
YUV 223.26 2.01 147.07 -
System Red Green Blue C M Y K H S L
Decimal 250 253 0 0.01 0 1 0.01 60.71 1 0.5
Hex FA FD 0 1 0 64 1 3D 64 32
Octal 372 375 0 1 0 144 1 75 144 62
Binary 11111010 11111101 0 1 0 1100100 1 111101 1100100 110010

Color Harmonies of #FAFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD00

Black with #FAFD00

Text Example


Text Example

White with #FAFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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