Html Css Color HEX #F2E61B Lemon

📋 copy color: '#F2E61B'

red 242 ◦ green 230 ◦ blue 27

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

Shades of Lemon #F2E61B

Tints of Lemon #F2E61B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.09%

 BLUE value IS 27 (10.94% from 255) = 5.41%

R = 48.5%
G = 46.09%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2E61B (or 0xF2E61B) is known color: Lemon. HEX triplet: F2, E6 and 1B. RGB value is (242,230,27). Sum of RGB (Red+Green+Blue) = 242+230+27=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E61B is #0D19E4. Grayscale: #D3D3D3. Windows color (decimal): -858597 or 1828594. OLE color: 1828594.

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

Color convert

RGB 242 230 27 -
CMYK 0 0.05 0.89 0.05
HSL 56.65º 0.89% 0.53% -
HSV(B) 56.65º 0.89% 0.95% -
XYZ 65.11 75.55 12.19 -
YUV 210.45 24.48 150.51 -
System Red Green Blue C M Y K H S L
Decimal 242 230 27 0 0.05 0.89 0.05 56.65 0.89 0.53
Hex F2 E6 1B 0 5 59 5 39 59 35
Octal 362 346 33 0 5 131 5 71 131 65
Binary 11110010 11100110 11011 0 101 1011001 101 111001 1011001 110101

Color Harmonies of #F2E61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E61B

Black with #F2E61B

Text Example


Text Example

White with #F2E61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E61B; }

 p { color: rgb(242,230,27); }

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

background-color css

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

 a { background-color: rgb(242,230,27); }

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

border-color css

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

 span { border-color: rgb(242,230,27); }

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