Html Css Color HEX #F5F502 Yellow

📋 copy color: '#F5F502'

red 245 ◦ green 245 ◦ blue 2

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

Shades of Yellow #F5F502

Tints of Yellow #F5F502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.8%

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

R = 49.8%
G = 49.8%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5F502 (or 0xF5F502) is known color: Yellow. HEX triplet: F5, F5 and 02. RGB value is (245,245,2). Sum of RGB (Red+Green+Blue) = 245+245+2=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F502 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F502 is #0A0AFD. Grayscale: #DADADA. Windows color (decimal): -658174 or 194037. OLE color: 194037.

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

Color convert

RGB 245 245 2 -
CMYK 0 0 0.99 0.04
HSL 60º 0.98% 0.48% -
HSV(B) 60º 0.99% 0.96% -
XYZ 70.32 84.72 12.7 -
YUV 217.3 6.5 147.76 -
System Red Green Blue C M Y K H S L
Decimal 245 245 2 0 0 0.99 0.04 60 0.98 0.48
Hex F5 F5 2 0 0 63 4 3C 62 30
Octal 365 365 2 0 0 143 4 74 142 60
Binary 11110101 11110101 10 0 0 1100011 100 111100 1100010 110000

Color Harmonies of #F5F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F502

Black with #F5F502

Text Example


Text Example

White with #F5F502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F502; }

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

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

background-color css

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

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

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

border-color css

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

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

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