Html Css Color HEX #FAFF05 Yellow

📋 copy color: '#FAFF05'

red 250 ◦ green 255 ◦ blue 5

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

Shades of Yellow #FAFF05

Tints of Yellow #FAFF05

RGB

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

 GREEN value IS 255 (100% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 0.98%

R = 49.02%
G = 50%
B = 0.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FAFF05 (or 0xFAFF05) is known color: Yellow. HEX triplet: FA, FF and 05. RGB value is (250,255,5). Sum of RGB (Red+Green+Blue) = 250+255+5=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 5 (2.34% from 255 or 0.98% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF05 is #0500FA. Grayscale: #E2E2E2. Windows color (decimal): -327931 or 393210. OLE color: 393210.

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

Color convert

RGB 250 255 5 -
CMYK 0.02 0 0.98 0
HSL 61.2º 1% 0.51% -
HSV(B) 61.2º 0.98% 1% -
XYZ 75.21 91.85 13.91 -
YUV 225.01 3.84 145.83 -
System Red Green Blue C M Y K H S L
Decimal 250 255 5 0.02 0 0.98 0 61.2 1 0.51
Hex FA FF 5 2 0 62 0 3D 64 33
Octal 372 377 5 2 0 142 0 75 144 63
Binary 11111010 11111111 101 10 0 1100010 0 111101 1100100 110011

Color Harmonies of #FAFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF05

Black with #FAFF05

Text Example


Text Example

White with #FAFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF05; }

 p { color: rgb(250,255,5); }

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

background-color css

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

 a { background-color: rgb(250,255,5); }

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

border-color css

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

 span { border-color: rgb(250,255,5); }

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