Html Css Color HEX #FAFD07 Yellow

📋 copy color: '#FAFD07'

red 250 ◦ green 253 ◦ blue 7

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

Shades of Yellow #FAFD07

Tints of Yellow #FAFD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.37%

R = 49.02%
G = 49.61%
B = 1.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FAFD07 (or 0xFAFD07) is known color: Yellow. HEX triplet: FA, FD and 07. RGB value is (250,253,7). Sum of RGB (Red+Green+Blue) = 250+253+7=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 7 (3.12% from 255 or 1.37% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD07 is #0502F8. Grayscale: #E1E1E1. Windows color (decimal): -328441 or 523770. OLE color: 523770.

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

Color convert

RGB 250 253 7 -
CMYK 0.01 0 0.97 0.01
HSL 60.73º 0.98% 0.51% -
HSV(B) 60.73º 0.97% 0.99% -
XYZ 74.59 90.59 13.76 -
YUV 224.06 5.51 146.5 -
System Red Green Blue C M Y K H S L
Decimal 250 253 7 0.01 0 0.97 0.01 60.73 0.98 0.51
Hex FA FD 7 1 0 61 1 3D 62 33
Octal 372 375 7 1 0 141 1 75 142 63
Binary 11111010 11111101 111 1 0 1100001 1 111101 1100010 110011

Color Harmonies of #FAFD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD07

Black with #FAFD07

Text Example


Text Example

White with #FAFD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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