Html Css Color HEX #F2F85B Laser Lemon

📋 copy color: '#F2F85B'

red 242 ◦ green 248 ◦ blue 91

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

Shades of Laser Lemon #F2F85B

Tints of Laser Lemon #F2F85B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.69%

 BLUE value IS 91 (35.94% from 255) = 15.66%

R = 41.65%
G = 42.69%
B = 15.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F2F85B (or 0xF2F85B) is known color: Laser Lemon. HEX triplet: F2, F8 and 5B. RGB value is (242,248,91). Sum of RGB (Red+Green+Blue) = 242+248+91=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 91 (35.94% from 255 or 15.66% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F85B is #0D07A4. Grayscale: #E4E4E4. Windows color (decimal): -853925 or 6027506. OLE color: 6027506.

HSL color Cylindrical-coordinate representation of color #F2F85B: hue angle of 62.29º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2F85B is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 91 -
CMYK 0.02 0 0.63 0.03
HSL 62.29º 0.92% 0.66% -
HSV(B) 62.29º 0.63% 0.97% -
XYZ 72.07 86.77 22.85 -
YUV 228.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 242 248 91 0.02 0 0.63 0.03 62.29 0.92 0.66
Hex F2 F8 5B 2 0 3F 3 3E 5C 42
Octal 362 370 133 2 0 77 3 76 134 102
Binary 11110010 11111000 1011011 10 0 111111 11 111110 1011100 1000010

Color Harmonies of #F2F85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F85B

Black with #F2F85B

Text Example


Text Example

White with #F2F85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F85B; }

 p { color: rgb(242,248,91); }

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

background-color css

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

 a { background-color: rgb(242,248,91); }

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

border-color css

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

 span { border-color: rgb(242,248,91); }

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