Html Css Color HEX #FDDF1E Lemon

📋 copy color: '#FDDF1E'

red 253 ◦ green 223 ◦ blue 30

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

Shades of Lemon #FDDF1E

Tints of Lemon #FDDF1E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

 BLUE value IS 30 (12.11% from 255) = 5.93%

R = 50%
G = 44.07%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDDF1E (or 0xFDDF1E) is known color: Lemon. HEX triplet: FD, DF and 1E. RGB value is (253,223,30). Sum of RGB (Red+Green+Blue) = 253+223+30=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF1E is #0220E1. Grayscale: #D2D2D2. Windows color (decimal): -139490 or 2023421. OLE color: 2023421.

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

Color convert

RGB 253 223 30 -
CMYK 0 0.12 0.88 0.01
HSL 51.93º 0.98% 0.55% -
HSV(B) 51.93º 0.88% 0.99% -
XYZ 67.13 73.75 11.93 -
YUV 209.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 253 223 30 0 0.12 0.88 0.01 51.93 0.98 0.55
Hex FD DF 1E 0 C 58 1 34 62 37
Octal 375 337 36 0 14 130 1 64 142 67
Binary 11111101 11011111 11110 0 1100 1011000 1 110100 1100010 110111

Color Harmonies of #FDDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF1E

Black with #FDDF1E

Text Example


Text Example

White with #FDDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF1E; }

 p { color: rgb(253,223,30); }

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

background-color css

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

 a { background-color: rgb(253,223,30); }

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

border-color css

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

 span { border-color: rgb(253,223,30); }

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