Html Css Color HEX #F5FA02 Yellow

📋 copy color: '#F5FA02'

red 245 ◦ green 250 ◦ blue 2

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

Shades of Yellow #F5FA02

Tints of Yellow #F5FA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 49.3%
G = 50.3%
B = 0.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F5FA02 (or 0xF5FA02) is known color: Yellow. HEX triplet: F5, FA and 02. RGB value is (245,250,2). Sum of RGB (Red+Green+Blue) = 245+250+2=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 2 (1.17% from 255 or 0.40% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FA02 is #0A05FD. Grayscale: #DDDDDD. Windows color (decimal): -656894 or 195317. OLE color: 195317.

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

Color convert

RGB 245 250 2 -
CMYK 0.02 0 0.99 0.02
HSL 61.21º 0.98% 0.49% -
HSV(B) 61.21º 0.99% 0.98% -
XYZ 71.85 87.79 13.22 -
YUV 220.23 4.84 145.67 -
System Red Green Blue C M Y K H S L
Decimal 245 250 2 0.02 0 0.99 0.02 61.21 0.98 0.49
Hex F5 FA 2 2 0 63 2 3D 62 31
Octal 365 372 2 2 0 143 2 75 142 61
Binary 11110101 11111010 10 10 0 1100011 10 111101 1100010 110001

Color Harmonies of #F5FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA02

Black with #F5FA02

Text Example


Text Example

White with #F5FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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