Html Css Color HEX #F2E00A Lemon

📋 copy color: '#F2E00A'

red 242 ◦ green 224 ◦ blue 10

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

Shades of Lemon #F2E00A

Tints of Lemon #F2E00A

RGB

 RED value IS 242 (94.92% from 255) = 50.84%

 GREEN value IS 224 (87.89% from 255) = 47.06%

 BLUE value IS 10 (4.3% from 255) = 2.1%

R = 50.84%
G = 47.06%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2E00A (or 0xF2E00A) is known color: Lemon. HEX triplet: F2, E0 and 0A. RGB value is (242,224,10). Sum of RGB (Red+Green+Blue) = 242+224+10=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E00A is #0D1FF5. Grayscale: #CDCDCD. Windows color (decimal): -860150 or 712946. OLE color: 712946.

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

Color convert

RGB 242 224 10 -
CMYK 0 0.07 0.96 0.05
HSL 55.34º 0.92% 0.49% -
HSV(B) 55.34º 0.96% 0.95% -
XYZ 63.33 72.21 10.89 -
YUV 204.99 17.96 154.4 -
System Red Green Blue C M Y K H S L
Decimal 242 224 10 0 0.07 0.96 0.05 55.34 0.92 0.49
Hex F2 E0 A 0 7 60 5 37 5C 31
Octal 362 340 12 0 7 140 5 67 134 61
Binary 11110010 11100000 1010 0 111 1100000 101 110111 1011100 110001

Color Harmonies of #F2E00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E00A

Black with #F2E00A

Text Example


Text Example

White with #F2E00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E00A; }

 p { color: rgb(242,224,10); }

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

background-color css

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

 a { background-color: rgb(242,224,10); }

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

border-color css

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

 span { border-color: rgb(242,224,10); }

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