Html Css Color HEX #FAFF09 Yellow

📋 copy color: '#FAFF09'

red 250 ◦ green 255 ◦ blue 9

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

Shades of Yellow #FAFF09

Tints of Yellow #FAFF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.75%

R = 48.64%
G = 49.61%
B = 1.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FAFF09 (or 0xFAFF09) is known color: Yellow. HEX triplet: FA, FF and 09. RGB value is (250,255,9). Sum of RGB (Red+Green+Blue) = 250+255+9=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 9 (3.91% from 255 or 1.75% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF09 is #0500F6. Grayscale: #E2E2E2. Windows color (decimal): -327927 or 655354. OLE color: 655354.

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

Color convert

RGB 250 255 9 -
CMYK 0.02 0 0.96 0
HSL 61.22º 1% 0.52% -
HSV(B) 61.22º 0.96% 1% -
XYZ 75.23 91.86 14.02 -
YUV 225.46 5.84 145.5 -
System Red Green Blue C M Y K H S L
Decimal 250 255 9 0.02 0 0.96 0 61.22 1 0.52
Hex FA FF 9 2 0 60 0 3D 64 34
Octal 372 377 11 2 0 140 0 75 144 64
Binary 11111010 11111111 1001 10 0 1100000 0 111101 1100100 110100

Color Harmonies of #FAFF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF09

Black with #FAFF09

Text Example


Text Example

White with #FAFF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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