Html Css Color HEX #FFF75E Laser Lemon

📋 copy color: '#FFF75E'

red 255 ◦ green 247 ◦ blue 94

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

Shades of Laser Lemon #FFF75E

Tints of Laser Lemon #FFF75E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

 BLUE value IS 94 (37.11% from 255) = 15.77%

R = 42.79%
G = 41.44%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFF75E (or 0xFFF75E) is known color: Laser Lemon. HEX triplet: FF, F7 and 5E. RGB value is (255,247,94). Sum of RGB (Red+Green+Blue) = 255+247+94=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 94 (37.11% from 255 or 15.77% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF75E is #0008A1. Grayscale: #E8E8E8. Windows color (decimal): -2210 or 6223871. OLE color: 6223871.

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

Color convert

RGB 255 247 94 -
CMYK 0 0.03 0.63 0
HSL 57.02º 1% 0.68% -
HSV(B) 57.02º 0.63% 1% -
XYZ 76.52 88.59 23.66 -
YUV 231.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 255 247 94 0 0.03 0.63 0 57.02 1 0.68
Hex FF F7 5E 0 3 3F 0 39 64 44
Octal 377 367 136 0 3 77 0 71 144 104
Binary 11111111 11110111 1011110 0 11 111111 0 111001 1100100 1000100

Color Harmonies of #FFF75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF75E

Black with #FFF75E

Text Example


Text Example

White with #FFF75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF75E; }

 p { color: rgb(255,247,94); }

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

background-color css

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

 a { background-color: rgb(255,247,94); }

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

border-color css

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

 span { border-color: rgb(255,247,94); }

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