Html Css Color HEX #F9FA5C Laser Lemon

📋 copy color: '#F9FA5C'

red 249 ◦ green 250 ◦ blue 92

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

Shades of Laser Lemon #F9FA5C

Tints of Laser Lemon #F9FA5C

RGB

 RED value IS 249 (97.66% from 255) = 42.13%

 GREEN value IS 250 (98.05% from 255) = 42.3%

 BLUE value IS 92 (36.33% from 255) = 15.57%

R = 42.13%
G = 42.3%
B = 15.57%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9FA5C (or 0xF9FA5C) is known color: Laser Lemon. HEX triplet: F9, FA and 5C. RGB value is (249,250,92). Sum of RGB (Red+Green+Blue) = 249+250+92=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 92 (36.33% from 255 or 15.57% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA5C is #0605A3. Grayscale: #E8E8E8. Windows color (decimal): -394660 or 6093561. OLE color: 6093561.

HSL color Cylindrical-coordinate representation of color #F9FA5C: hue angle of 60.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9FA5C is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 250 92 -
CMYK 0.00 0 0.63 0.02
HSL 60.38º 0.94% 0.67% -
HSV(B) 60.38º 0.63% 0.98% -
XYZ 75.18 89.28 23.4 -
YUV 231.69 49.17 140.35 -
System Red Green Blue C M Y K H S L
Decimal 249 250 92 0.00 0 0.63 0.02 60.38 0.94 0.67
Hex F9 FA 5C 0 0 3F 2 3C 5E 43
Octal 371 372 134 0 0 77 2 74 136 103
Binary 11111001 11111010 1011100 0 0 111111 10 111100 1011110 1000011

Color Harmonies of #F9FA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA5C

Black with #F9FA5C

Text Example


Text Example

White with #F9FA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA5C; }

 p { color: rgb(249,250,92); }

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

background-color css

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

 a { background-color: rgb(249,250,92); }

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

border-color css

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

 span { border-color: rgb(249,250,92); }

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