Html Css Color HEX #F5FA01 Yellow

📋 copy color: '#F5FA01'

red 245 ◦ green 250 ◦ blue 1

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

Shades of Yellow #F5FA01

Tints of Yellow #F5FA01

RGB

 RED value IS 245 (96.09% from 255) = 49.4%

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

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

R = 49.4%
G = 50.4%
B = 0.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F5FA01 (or 0xF5FA01) is known color: Yellow. HEX triplet: F5, FA and 01. RGB value is (245,250,1). Sum of RGB (Red+Green+Blue) = 245+250+1=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FA01 is #0A05FE. Grayscale: #DDDDDD. Windows color (decimal): -656895 or 129781. OLE color: 129781.

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

Color convert

RGB 245 250 1 -
CMYK 0.02 0 1.00 0.02
HSL 61.2º 0.99% 0.49% -
HSV(B) 61.2º 1% 0.98% -
XYZ 71.85 87.79 13.19 -
YUV 220.12 4.34 145.75 -
System Red Green Blue C M Y K H S L
Decimal 245 250 1 0.02 0 1.00 0.02 61.2 0.99 0.49
Hex F5 FA 1 2 0 64 2 3D 63 31
Octal 365 372 1 2 0 144 2 75 143 61
Binary 11110101 11111010 1 10 0 1100100 10 111101 1100011 110001

Color Harmonies of #F5FA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA01

Black with #F5FA01

Text Example


Text Example

White with #F5FA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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