Html Css Color HEX #FDF968 Laser Lemon

📋 copy color: '#FDF968'

red 253 ◦ green 249 ◦ blue 104

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

Shades of Laser Lemon #FDF968

Tints of Laser Lemon #FDF968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 17.16%

R = 41.75%
G = 41.09%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDF968 (or 0xFDF968) is known color: Laser Lemon. HEX triplet: FD, F9 and 68. RGB value is (253,249,104). Sum of RGB (Red+Green+Blue) = 253+249+104=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 104 (41.02% from 255 or 17.16% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF968 is #020697. Grayscale: #EAEAEA. Windows color (decimal): -132760 or 6879741. OLE color: 6879741.

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

Color convert

RGB 253 249 104 -
CMYK 0 0.02 0.59 0.01
HSL 58.39º 0.97% 0.7% -
HSV(B) 58.39º 0.59% 0.99% -
XYZ 76.88 89.63 26.35 -
YUV 233.67 54.83 141.79 -
System Red Green Blue C M Y K H S L
Decimal 253 249 104 0 0.02 0.59 0.01 58.39 0.97 0.7
Hex FD F9 68 0 2 3B 1 3A 61 46
Octal 375 371 150 0 2 73 1 72 141 106
Binary 11111101 11111001 1101000 0 10 111011 1 111010 1100001 1000110

Color Harmonies of #FDF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF968

Black with #FDF968

Text Example


Text Example

White with #FDF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF968; }

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

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

background-color css

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

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

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

border-color css

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

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

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