Html Css Color HEX #FBDD0D Lemon

📋 copy color: '#FBDD0D'

red 251 ◦ green 221 ◦ blue 13

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

Shades of Lemon #FBDD0D

Tints of Lemon #FBDD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.68%

R = 51.75%
G = 45.57%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBDD0D (or 0xFBDD0D) is known color: Lemon. HEX triplet: FB, DD and 0D. RGB value is (251,221,13). Sum of RGB (Red+Green+Blue) = 251+221+13=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDD0D is #0422F2. Grayscale: #CFCFCF. Windows color (decimal): -271091 or 908795. OLE color: 908795.

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

Color convert

RGB 251 221 13 -
CMYK 0 0.12 0.95 0.02
HSL 52.44º 0.97% 0.52% -
HSV(B) 52.44º 0.95% 0.98% -
XYZ 65.71 72.25 10.86 -
YUV 206.26 18.94 159.91 -
System Red Green Blue C M Y K H S L
Decimal 251 221 13 0 0.12 0.95 0.02 52.44 0.97 0.52
Hex FB DD D 0 C 5F 2 34 61 34
Octal 373 335 15 0 14 137 2 64 141 64
Binary 11111011 11011101 1101 0 1100 1011111 10 110100 1100001 110100

Color Harmonies of #FBDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD0D

Black with #FBDD0D

Text Example


Text Example

White with #FBDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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