Html Css Color HEX #FBDE1C Lemon

📋 copy color: '#FBDE1C'

red 251 ◦ green 222 ◦ blue 28

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

Shades of Lemon #FBDE1C

Tints of Lemon #FBDE1C

RGB

 RED value IS 251 (98.44% from 255) = 50.1%

 GREEN value IS 222 (87.11% from 255) = 44.31%

 BLUE value IS 28 (11.33% from 255) = 5.59%

R = 50.1%
G = 44.31%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBDE1C (or 0xFBDE1C) is known color: Lemon. HEX triplet: FB, DE and 1C. RGB value is (251,222,28). Sum of RGB (Red+Green+Blue) = 251+222+28=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 28 (11.33% from 255 or 5.59% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDE1C is #0421E3. Grayscale: #D1D1D1. Windows color (decimal): -270820 or 1892091. OLE color: 1892091.

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

Color convert

RGB 251 222 28 -
CMYK 0 0.12 0.89 0.02
HSL 52.2º 0.97% 0.55% -
HSV(B) 52.2º 0.89% 0.98% -
XYZ 66.11 72.84 11.67 -
YUV 208.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 251 222 28 0 0.12 0.89 0.02 52.2 0.97 0.55
Hex FB DE 1C 0 C 59 2 34 61 37
Octal 373 336 34 0 14 131 2 64 141 67
Binary 11111011 11011110 11100 0 1100 1011001 10 110100 1100001 110111

Color Harmonies of #FBDE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDE1C

Black with #FBDE1C

Text Example


Text Example

White with #FBDE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDE1C; }

 p { color: rgb(251,222,28); }

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

background-color css

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

 a { background-color: rgb(251,222,28); }

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

border-color css

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

 span { border-color: rgb(251,222,28); }

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