Html Css Color HEX #FDEF1B Lemon

📋 copy color: '#FDEF1B'

red 253 ◦ green 239 ◦ blue 27

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

Shades of Lemon #FDEF1B

Tints of Lemon #FDEF1B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.05%

 BLUE value IS 27 (10.94% from 255) = 5.2%

R = 48.75%
G = 46.05%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDEF1B (or 0xFDEF1B) is known color: Lemon. HEX triplet: FD, EF and 1B. RGB value is (253,239,27). Sum of RGB (Red+Green+Blue) = 253+239+27=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 27 (10.94% from 255 or 5.20% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF1B is #0210E4. Grayscale: #DBDBDB. Windows color (decimal): -135397 or 1830909. OLE color: 1830909.

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

Color convert

RGB 253 239 27 -
CMYK 0 0.06 0.89 0.01
HSL 56.28º 0.98% 0.55% -
HSV(B) 56.28º 0.89% 0.99% -
XYZ 71.57 82.69 13.23 -
YUV 219.02 19.64 152.24 -
System Red Green Blue C M Y K H S L
Decimal 253 239 27 0 0.06 0.89 0.01 56.28 0.98 0.55
Hex FD EF 1B 0 6 59 1 38 62 37
Octal 375 357 33 0 6 131 1 70 142 67
Binary 11111101 11101111 11011 0 110 1011001 1 111000 1100010 110111

Color Harmonies of #FDEF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF1B

Black with #FDEF1B

Text Example


Text Example

White with #FDEF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF1B; }

 p { color: rgb(253,239,27); }

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

background-color css

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

 a { background-color: rgb(253,239,27); }

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

border-color css

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

 span { border-color: rgb(253,239,27); }

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