Html Css Color HEX #FEDD0D Lemon

📋 copy color: '#FEDD0D'

red 254 ◦ green 221 ◦ blue 13

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

Shades of Lemon #FEDD0D

Tints of Lemon #FEDD0D

RGB

 RED value IS 254 (99.61% from 255) = 52.05%

 GREEN value IS 221 (86.72% from 255) = 45.29%

 BLUE value IS 13 (5.47% from 255) = 2.66%

R = 52.05%
G = 45.29%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEDD0D (or 0xFEDD0D) is known color: Lemon. HEX triplet: FE, DD and 0D. RGB value is (254,221,13). Sum of RGB (Red+Green+Blue) = 254+221+13=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD0D is #0122F2. Grayscale: #D0D0D0. Windows color (decimal): -74483 or 908798. OLE color: 908798.

HSL color Cylindrical-coordinate representation of color #FEDD0D: hue angle of 51.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEDD0D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 13 -
CMYK 0 0.13 0.95 0.00
HSL 51.78º 0.99% 0.52% -
HSV(B) 51.78º 0.95% 1% -
XYZ 66.8 72.81 10.91 -
YUV 207.16 18.43 161.41 -
System Red Green Blue C M Y K H S L
Decimal 254 221 13 0 0.13 0.95 0.00 51.78 0.99 0.52
Hex FE DD D 0 D 5F 0 34 63 34
Octal 376 335 15 0 15 137 0 64 143 64
Binary 11111110 11011101 1101 0 1101 1011111 0 110100 1100011 110100

Color Harmonies of #FEDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD0D

Black with #FEDD0D

Text Example


Text Example

White with #FEDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD0D; }

 p { color: rgb(254,221,13); }

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

background-color css

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

 a { background-color: rgb(254,221,13); }

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

border-color css

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

 span { border-color: rgb(254,221,13); }

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