Html Css Color HEX #FFFA10 Yellow

📋 copy color: '#FFFA10'

red 255 ◦ green 250 ◦ blue 16

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

Shades of Yellow #FFFA10

Tints of Yellow #FFFA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.07%

R = 48.94%
G = 47.98%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFFA10 (or 0xFFFA10) is known color: Yellow. HEX triplet: FF, FA and 10. RGB value is (255,250,16). Sum of RGB (Red+Green+Blue) = 255+250+16=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 16 (6.64% from 255 or 3.07% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA10 is #0005EF. Grayscale: #E1E1E1. Windows color (decimal): -1520 or 1112831. OLE color: 1112831.

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

Color convert

RGB 255 250 16 -
CMYK 0 0.02 0.94 0
HSL 58.74º 1% 0.53% -
HSV(B) 58.74º 0.94% 1% -
XYZ 75.52 89.67 13.82 -
YUV 224.82 10.16 149.53 -
System Red Green Blue C M Y K H S L
Decimal 255 250 16 0 0.02 0.94 0 58.74 1 0.53
Hex FF FA 10 0 2 5E 0 3B 64 35
Octal 377 372 20 0 2 136 0 73 144 65
Binary 11111111 11111010 10000 0 10 1011110 0 111011 1100100 110101

Color Harmonies of #FFFA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA10

Black with #FFFA10

Text Example


Text Example

White with #FFFA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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