Html Css Color HEX #FAFD10 Yellow

📋 copy color: '#FAFD10'

red 250 ◦ green 253 ◦ blue 16

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

Shades of Yellow #FAFD10

Tints of Yellow #FAFD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.08%

R = 48.17%
G = 48.75%
B = 3.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FAFD10 (or 0xFAFD10) is known color: Yellow. HEX triplet: FA, FD and 10. RGB value is (250,253,16). Sum of RGB (Red+Green+Blue) = 250+253+16=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 16 (6.64% from 255 or 3.08% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD10 is #0502EF. Grayscale: #E2E2E2. Windows color (decimal): -328432 or 1113594. OLE color: 1113594.

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

Color convert

RGB 250 253 16 -
CMYK 0.01 0 0.94 0.01
HSL 60.76º 0.98% 0.53% -
HSV(B) 60.76º 0.94% 0.99% -
XYZ 74.64 90.61 14.05 -
YUV 225.09 10.01 145.77 -
System Red Green Blue C M Y K H S L
Decimal 250 253 16 0.01 0 0.94 0.01 60.76 0.98 0.53
Hex FA FD 10 1 0 5E 1 3D 62 35
Octal 372 375 20 1 0 136 1 75 142 65
Binary 11111010 11111101 10000 1 0 1011110 1 111101 1100010 110101

Color Harmonies of #FAFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD10

Black with #FAFD10

Text Example


Text Example

White with #FAFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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