Html Css Color HEX #F5F213 Lemon

📋 copy color: '#F5F213'

red 245 ◦ green 242 ◦ blue 19

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

Shades of Lemon #F5F213

Tints of Lemon #F5F213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.75%

R = 48.42%
G = 47.83%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5F213 (or 0xF5F213) is known color: Lemon. HEX triplet: F5, F2 and 13. RGB value is (245,242,19). Sum of RGB (Red+Green+Blue) = 245+242+19=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 19 (7.81% from 255 or 3.75% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F213 is #0A0DEC. Grayscale: #DADADA. Windows color (decimal): -658925 or 1307381. OLE color: 1307381.

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

Color convert

RGB 245 242 19 -
CMYK 0 0.01 0.92 0.04
HSL 59.2º 0.92% 0.52% -
HSV(B) 59.2º 0.92% 0.96% -
XYZ 69.53 82.96 12.97 -
YUV 217.48 15.99 147.63 -
System Red Green Blue C M Y K H S L
Decimal 245 242 19 0 0.01 0.92 0.04 59.2 0.92 0.52
Hex F5 F2 13 0 1 5C 4 3B 5C 34
Octal 365 362 23 0 1 134 4 73 134 64
Binary 11110101 11110010 10011 0 1 1011100 100 111011 1011100 110100

Color Harmonies of #F5F213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F213

Black with #F5F213

Text Example


Text Example

White with #F5F213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F213; }

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

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

background-color css

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

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

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

border-color css

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

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

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