Html Css Color HEX #F9FA00 Yellow

📋 copy color: '#F9FA00'

red 249 ◦ green 250 ◦ blue 0

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

Shades of Yellow #F9FA00

Tints of Yellow #F9FA00

RGB

 RED value IS 249 (97.66% from 255) = 49.9%

 GREEN value IS 250 (98.05% from 255) = 50.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.9%
G = 50.1%
B = 0%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9FA00 (or 0xF9FA00) is known color: Yellow. HEX triplet: F9, FA and 00. RGB value is (249,250,0). Sum of RGB (Red+Green+Blue) = 249+250+0=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 0 (0.39% from 255 or 0% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9FA00 is #0605FF. Grayscale: #DEDEDE. Windows color (decimal): -394752 or 64249. OLE color: 64249.

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

Color convert

RGB 249 250 0 -
CMYK 0.00 0 1 0.02
HSL 60.24º 1% 0.49% -
HSV(B) 60.24º 1% 0.98% -
XYZ 73.25 88.51 13.22 -
YUV 221.2 3.17 147.83 -
System Red Green Blue C M Y K H S L
Decimal 249 250 0 0.00 0 1 0.02 60.24 1 0.49
Hex F9 FA 0 0 0 64 2 3C 64 31
Octal 371 372 0 0 0 144 2 74 144 61
Binary 11111001 11111010 0 0 0 1100100 10 111100 1100100 110001

Color Harmonies of #F9FA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA00

Black with #F9FA00

Text Example


Text Example

White with #F9FA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA00; }

 p { color: rgb(249,250,0); }

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

background-color css

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

 a { background-color: rgb(249,250,0); }

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

border-color css

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

 span { border-color: rgb(249,250,0); }

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