Html Css Color HEX #FFF75F Laser Lemon

📋 copy color: '#FFF75F'

red 255 ◦ green 247 ◦ blue 95

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

Shades of Laser Lemon #FFF75F

Tints of Laser Lemon #FFF75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 15.91%

R = 42.71%
G = 41.37%
B = 15.91%

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

#FFF75F (or 0xFFF75F) is known color: Laser Lemon. HEX triplet: FF, F7 and 5F. RGB value is (255,247,95). Sum of RGB (Red+Green+Blue) = 255+247+95=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 95 (37.5% from 255 or 15.91% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF75F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF75F is #0008A0. Grayscale: #E8E8E8. Windows color (decimal): -2209 or 6289407. OLE color: 6289407.

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

Color convert

RGB 255 247 95 -
CMYK 0 0.03 0.63 0
HSL 57º 1% 0.69% -
HSV(B) 57º 0.63% 1% -
XYZ 76.57 88.61 23.89 -
YUV 232.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 255 247 95 0 0.03 0.63 0 57 1 0.69
Hex FF F7 5F 0 3 3F 0 39 64 45
Octal 377 367 137 0 3 77 0 71 144 105
Binary 11111111 11110111 1011111 0 11 111111 0 111001 1100100 1000101

Color Harmonies of #FFF75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF75F

Black with #FFF75F

Text Example


Text Example

White with #FFF75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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