Html Css Color HEX #FFFA00 Yellow

📋 copy color: '#FFFA00'

red 255 ◦ green 250 ◦ blue 0

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

Shades of Yellow #FFFA00

Tints of Yellow #FFFA00

RGB

 RED value IS 255 (100% from 255) = 50.5%

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

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

R = 50.5%
G = 49.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFFA00 (or 0xFFFA00) is known color: Yellow. HEX triplet: FF, FA and 00. RGB value is (255,250,0). Sum of RGB (Red+Green+Blue) = 255+250+0=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 0 (0.39% from 255 or 0% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA00 is #0005FF. Grayscale: #E0E0E0. Windows color (decimal): -1536 or 64255. OLE color: 64255.

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

Color convert

RGB 255 250 0 -
CMYK 0 0.02 1 0
HSL 58.82º 1% 0.5% -
HSV(B) 58.82º 1% 1% -
XYZ 75.43 89.63 13.33 -
YUV 223 2.16 150.83 -
System Red Green Blue C M Y K H S L
Decimal 255 250 0 0 0.02 1 0 58.82 1 0.5
Hex FF FA 0 0 2 64 0 3B 64 32
Octal 377 372 0 0 2 144 0 73 144 62
Binary 11111111 11111010 0 0 10 1100100 0 111011 1100100 110010

Color Harmonies of #FFFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA00

Black with #FFFA00

Text Example


Text Example

White with #FFFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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