Html Css Color HEX #FAFD14 Yellow

📋 copy color: '#FAFD14'

red 250 ◦ green 253 ◦ blue 20

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

Shades of Yellow #FAFD14

Tints of Yellow #FAFD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.82%

R = 47.8%
G = 48.37%
B = 3.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FAFD14 (or 0xFAFD14) is known color: Yellow. HEX triplet: FA, FD and 14. RGB value is (250,253,20). Sum of RGB (Red+Green+Blue) = 250+253+20=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 20 (8.20% from 255 or 3.82% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD14 is #0502EB. Grayscale: #E2E2E2. Windows color (decimal): -328428 or 1375738. OLE color: 1375738.

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

Color convert

RGB 250 253 20 -
CMYK 0.01 0 0.92 0.01
HSL 60.77º 0.98% 0.54% -
HSV(B) 60.77º 0.92% 0.99% -
XYZ 74.68 90.63 14.22 -
YUV 225.54 12.01 145.45 -
System Red Green Blue C M Y K H S L
Decimal 250 253 20 0.01 0 0.92 0.01 60.77 0.98 0.54
Hex FA FD 14 1 0 5C 1 3D 62 36
Octal 372 375 24 1 0 134 1 75 142 66
Binary 11111010 11111101 10100 1 0 1011100 1 111101 1100010 110110

Color Harmonies of #FAFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD14

Black with #FAFD14

Text Example


Text Example

White with #FAFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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