Html Css Color HEX #FFF20D Lemon

📋 copy color: '#FFF20D'

red 255 ◦ green 242 ◦ blue 13

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

Shades of Lemon #FFF20D

Tints of Lemon #FFF20D

RGB

 RED value IS 255 (100% from 255) = 50%

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

 BLUE value IS 13 (5.47% from 255) = 2.55%

R = 50%
G = 47.45%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF20D (or 0xFFF20D) is known color: Lemon. HEX triplet: FF, F2 and 0D. RGB value is (255,242,13). Sum of RGB (Red+Green+Blue) = 255+242+13=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 13 (5.47% from 255 or 2.55% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF20D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF20D is #000DF2. Grayscale: #DCDCDC. Windows color (decimal): -3571 or 914175. OLE color: 914175.

HSL color Cylindrical-coordinate representation of color #FFF20D: hue angle of 56.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFF20D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 13 -
CMYK 0 0.05 0.95 0
HSL 56.78º 1% 0.53% -
HSV(B) 56.78º 0.95% 1% -
XYZ 73.06 84.79 12.9 -
YUV 219.78 11.31 153.12 -
System Red Green Blue C M Y K H S L
Decimal 255 242 13 0 0.05 0.95 0 56.78 1 0.53
Hex FF F2 D 0 5 5F 0 39 64 35
Octal 377 362 15 0 5 137 0 71 144 65
Binary 11111111 11110010 1101 0 101 1011111 0 111001 1100100 110101

Color Harmonies of #FFF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF20D

Black with #FFF20D

Text Example


Text Example

White with #FFF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF20D; }

 p { color: rgb(255,242,13); }

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

background-color css

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

 a { background-color: rgb(255,242,13); }

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

border-color css

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

 span { border-color: rgb(255,242,13); }

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