Html Css Color HEX #FDF95C Laser Lemon

📋 copy color: '#FDF95C'

red 253 ◦ green 249 ◦ blue 92

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

Shades of Laser Lemon #FDF95C

Tints of Laser Lemon #FDF95C

RGB

 RED value IS 253 (99.22% from 255) = 42.59%

 GREEN value IS 249 (97.66% from 255) = 41.92%

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

R = 42.59%
G = 41.92%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF95C (or 0xFDF95C) is known color: Laser Lemon. HEX triplet: FD, F9 and 5C. RGB value is (253,249,92). Sum of RGB (Red+Green+Blue) = 253+249+92=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 92 (36.33% from 255 or 15.49% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF95C is #0206A3. Grayscale: #E8E8E8. Windows color (decimal): -132772 or 6093309. OLE color: 6093309.

HSL color Cylindrical-coordinate representation of color #FDF95C: hue angle of 58.51º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDF95C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 92 -
CMYK 0 0.02 0.64 0.01
HSL 58.51º 0.98% 0.68% -
HSV(B) 58.51º 0.64% 0.99% -
XYZ 76.32 89.41 23.36 -
YUV 232.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 253 249 92 0 0.02 0.64 0.01 58.51 0.98 0.68
Hex FD F9 5C 0 2 40 1 3B 62 44
Octal 375 371 134 0 2 100 1 73 142 104
Binary 11111101 11111001 1011100 0 10 1000000 1 111011 1100010 1000100

Color Harmonies of #FDF95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF95C

Black with #FDF95C

Text Example


Text Example

White with #FDF95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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