Html Css Color HEX #F5F204 Yellow

📋 copy color: '#F5F204'

red 245 ◦ green 242 ◦ blue 4

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

Shades of Yellow #F5F204

Tints of Yellow #F5F204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.29%

 BLUE value IS 4 (1.95% from 255) = 0.81%

R = 49.9%
G = 49.29%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5F204 (or 0xF5F204) is known color: Yellow. HEX triplet: F5, F2 and 04. RGB value is (245,242,4). Sum of RGB (Red+Green+Blue) = 245+242+4=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 4 (1.95% from 255 or 0.81% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F204 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F204 is #0A0DFB. Grayscale: #D8D8D8. Windows color (decimal): -658940 or 324341. OLE color: 324341.

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

Color convert

RGB 245 242 4 -
CMYK 0 0.01 0.98 0.04
HSL 59.25º 0.97% 0.49% -
HSV(B) 59.25º 0.98% 0.96% -
XYZ 69.43 82.93 12.46 -
YUV 215.77 8.49 148.85 -
System Red Green Blue C M Y K H S L
Decimal 245 242 4 0 0.01 0.98 0.04 59.25 0.97 0.49
Hex F5 F2 4 0 1 62 4 3B 61 31
Octal 365 362 4 0 1 142 4 73 141 61
Binary 11110101 11110010 100 0 1 1100010 100 111011 1100001 110001

Color Harmonies of #F5F204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F204

Black with #F5F204

Text Example


Text Example

White with #F5F204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F204; }

 p { color: rgb(245,242,4); }

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

background-color css

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

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

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

border-color css

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

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

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