Html Css Color HEX #FDF467 Laser Lemon

📋 copy color: '#FDF467'

red 253 ◦ green 244 ◦ blue 103

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

Shades of Laser Lemon #FDF467

Tints of Laser Lemon #FDF467

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.67%

 BLUE value IS 103 (40.63% from 255) = 17.17%

R = 42.17%
G = 40.67%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDF467 (or 0xFDF467) is known color: Laser Lemon. HEX triplet: FD, F4 and 67. RGB value is (253,244,103). Sum of RGB (Red+Green+Blue) = 253+244+103=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 103 (40.62% from 255 or 17.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF467 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF467 is #020B98. Grayscale: #E7E7E7. Windows color (decimal): -134041 or 6812925. OLE color: 6812925.

HSL color Cylindrical-coordinate representation of color #FDF467: hue angle of 56.4º 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 #FDF467 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 103 -
CMYK 0 0.04 0.59 0.01
HSL 56.4º 0.97% 0.7% -
HSV(B) 56.4º 0.59% 0.99% -
XYZ 75.31 86.56 25.57 -
YUV 230.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 253 244 103 0 0.04 0.59 0.01 56.4 0.97 0.7
Hex FD F4 67 0 4 3B 1 38 61 46
Octal 375 364 147 0 4 73 1 70 141 106
Binary 11111101 11110100 1100111 0 100 111011 1 111000 1100001 1000110

Color Harmonies of #FDF467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF467

Black with #FDF467

Text Example


Text Example

White with #FDF467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF467; }

 p { color: rgb(253,244,103); }

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

background-color css

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

 a { background-color: rgb(253,244,103); }

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

border-color css

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

 span { border-color: rgb(253,244,103); }

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