Html Css Color HEX #FBDD1B Lemon

📋 copy color: '#FBDD1B'

red 251 ◦ green 221 ◦ blue 27

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

Shades of Lemon #FBDD1B

Tints of Lemon #FBDD1B

RGB

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

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

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

R = 50.3%
G = 44.29%
B = 5.41%

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

#FBDD1B (or 0xFBDD1B) is known color: Lemon. HEX triplet: FB, DD and 1B. RGB value is (251,221,27). Sum of RGB (Red+Green+Blue) = 251+221+27=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD1B is #0422E4. Grayscale: #D0D0D0. Windows color (decimal): -271077 or 1826299. OLE color: 1826299.

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

Color convert

RGB 251 221 27 -
CMYK 0 0.12 0.89 0.02
HSL 51.96º 0.97% 0.55% -
HSV(B) 51.96º 0.89% 0.98% -
XYZ 65.84 72.3 11.52 -
YUV 207.85 25.94 158.77 -
System Red Green Blue C M Y K H S L
Decimal 251 221 27 0 0.12 0.89 0.02 51.96 0.97 0.55
Hex FB DD 1B 0 C 59 2 34 61 37
Octal 373 335 33 0 14 131 2 64 141 67
Binary 11111011 11011101 11011 0 1100 1011001 10 110100 1100001 110111

Color Harmonies of #FBDD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD1B

Black with #FBDD1B

Text Example


Text Example

White with #FBDD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD1B; }

 p { color: rgb(251,221,27); }

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

background-color css

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

 a { background-color: rgb(251,221,27); }

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

border-color css

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

 span { border-color: rgb(251,221,27); }

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