Html Css Color HEX #FDDF1B Lemon

📋 copy color: '#FDDF1B'

red 253 ◦ green 223 ◦ blue 27

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

Shades of Lemon #FDDF1B

Tints of Lemon #FDDF1B

RGB

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

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

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

R = 50.3%
G = 44.33%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDDF1B (or 0xFDDF1B) is known color: Lemon. HEX triplet: FD, DF and 1B. RGB value is (253,223,27). Sum of RGB (Red+Green+Blue) = 253+223+27=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 27 (10.94% from 255 or 5.37% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF1B is #0220E4. Grayscale: #D2D2D2. Windows color (decimal): -139493 or 1826813. OLE color: 1826813.

HSL color Cylindrical-coordinate representation of color #FDDF1B: hue angle of 52.04º 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 #FDDF1B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 27 -
CMYK 0 0.12 0.89 0.01
HSL 52.04º 0.98% 0.55% -
HSV(B) 52.04º 0.89% 0.99% -
XYZ 67.09 73.74 11.73 -
YUV 209.63 24.94 158.94 -
System Red Green Blue C M Y K H S L
Decimal 253 223 27 0 0.12 0.89 0.01 52.04 0.98 0.55
Hex FD DF 1B 0 C 59 1 34 62 37
Octal 375 337 33 0 14 131 1 64 142 67
Binary 11111101 11011111 11011 0 1100 1011001 1 110100 1100010 110111

Color Harmonies of #FDDF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF1B

Black with #FDDF1B

Text Example


Text Example

White with #FDDF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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