Html Css Color HEX #FFF20B Lemon

📋 copy color: '#FFF20B'

red 255 ◦ green 242 ◦ blue 11

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

Shades of Lemon #FFF20B

Tints of Lemon #FFF20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.17%

R = 50.2%
G = 47.64%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFF20B (or 0xFFF20B) is known color: Lemon. HEX triplet: FF, F2 and 0B. RGB value is (255,242,11). Sum of RGB (Red+Green+Blue) = 255+242+11=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 11 (4.69% from 255 or 2.17% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF20B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF20B is #000DF4. Grayscale: #DCDCDC. Windows color (decimal): -3573 or 783103. OLE color: 783103.

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

Color convert

RGB 255 242 11 -
CMYK 0 0.05 0.96 0
HSL 56.8º 1% 0.52% -
HSV(B) 56.8º 0.96% 1% -
XYZ 73.05 84.79 12.83 -
YUV 219.55 10.31 153.28 -
System Red Green Blue C M Y K H S L
Decimal 255 242 11 0 0.05 0.96 0 56.8 1 0.52
Hex FF F2 B 0 5 60 0 39 64 34
Octal 377 362 13 0 5 140 0 71 144 64
Binary 11111111 11110010 1011 0 101 1100000 0 111001 1100100 110100

Color Harmonies of #FFF20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF20B

Black with #FFF20B

Text Example


Text Example

White with #FFF20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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