Html Css Color HEX #FFFA01 Yellow

📋 copy color: '#FFFA01'

red 255 ◦ green 250 ◦ blue 1

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

Shades of Yellow #FFFA01

Tints of Yellow #FFFA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.4%
G = 49.41%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFFA01 (or 0xFFFA01) is known color: Yellow. HEX triplet: FF, FA and 01. RGB value is (255,250,1). Sum of RGB (Red+Green+Blue) = 255+250+1=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 1 (0.78% from 255 or 0.20% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA01 is #0005FE. Grayscale: #E0E0E0. Windows color (decimal): -1535 or 129791. OLE color: 129791.

HSL color Cylindrical-coordinate representation of color #FFFA01: 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 #FFFA01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #FFFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA01

Black with #FFFA01

Text Example


Text Example

White with #FFFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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