Html Css Color HEX #FDEA1A Lemon

📋 copy color: '#FDEA1A'

red 253 ◦ green 234 ◦ blue 26

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

Shades of Lemon #FDEA1A

Tints of Lemon #FDEA1A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.61%

 BLUE value IS 26 (10.55% from 255) = 5.07%

R = 49.32%
G = 45.61%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDEA1A (or 0xFDEA1A) is known color: Lemon. HEX triplet: FD, EA and 1A. RGB value is (253,234,26). Sum of RGB (Red+Green+Blue) = 253+234+26=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 26 (10.55% from 255 or 5.07% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEA1A is #0215E5. Grayscale: #D8D8D8. Windows color (decimal): -136678 or 1764093. OLE color: 1764093.

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

Color convert

RGB 253 234 26 -
CMYK 0 0.08 0.90 0.01
HSL 54.98º 0.98% 0.55% -
HSV(B) 54.98º 0.9% 0.99% -
XYZ 70.12 79.8 12.69 -
YUV 215.97 20.79 154.41 -
System Red Green Blue C M Y K H S L
Decimal 253 234 26 0 0.08 0.90 0.01 54.98 0.98 0.55
Hex FD EA 1A 0 8 5A 1 37 62 37
Octal 375 352 32 0 10 132 1 67 142 67
Binary 11111101 11101010 11010 0 1000 1011010 1 110111 1100010 110111

Color Harmonies of #FDEA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA1A

Black with #FDEA1A

Text Example


Text Example

White with #FDEA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA1A; }

 p { color: rgb(253,234,26); }

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

background-color css

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

 a { background-color: rgb(253,234,26); }

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

border-color css

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

 span { border-color: rgb(253,234,26); }

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