Html Css Color HEX #FDF967 Laser Lemon

📋 copy color: '#FDF967'

red 253 ◦ green 249 ◦ blue 103

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

Shades of Laser Lemon #FDF967

Tints of Laser Lemon #FDF967

RGB

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

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

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

R = 41.82%
G = 41.16%
B = 17.02%

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

#FDF967 (or 0xFDF967) is known color: Laser Lemon. HEX triplet: FD, F9 and 67. RGB value is (253,249,103). Sum of RGB (Red+Green+Blue) = 253+249+103=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 103 (40.62% from 255 or 17.02% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF967 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF967 is #020698. Grayscale: #EAEAEA. Windows color (decimal): -132761 or 6814205. OLE color: 6814205.

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

Color convert

RGB 253 249 103 -
CMYK 0 0.02 0.59 0.01
HSL 58.4º 0.97% 0.7% -
HSV(B) 58.4º 0.59% 0.99% -
XYZ 76.83 89.61 26.08 -
YUV 233.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 253 249 103 0 0.02 0.59 0.01 58.4 0.97 0.7
Hex FD F9 67 0 2 3B 1 3A 61 46
Octal 375 371 147 0 2 73 1 72 141 106
Binary 11111101 11111001 1100111 0 10 111011 1 111010 1100001 1000110

Color Harmonies of #FDF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF967

Black with #FDF967

Text Example


Text Example

White with #FDF967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF967; }

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

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

background-color css

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

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

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

border-color css

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

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

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