Html Css Color HEX #FBDF1D Lemon

📋 copy color: '#FBDF1D'

red 251 ◦ green 223 ◦ blue 29

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

Shades of Lemon #FBDF1D

Tints of Lemon #FBDF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.77%

R = 49.9%
G = 44.33%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBDF1D (or 0xFBDF1D) is known color: Lemon. HEX triplet: FB, DF and 1D. RGB value is (251,223,29). Sum of RGB (Red+Green+Blue) = 251+223+29=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 29 (11.72% from 255 or 5.77% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF1D is #0420E2. Grayscale: #D2D2D2. Windows color (decimal): -270563 or 1957883. OLE color: 1957883.

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

Color convert

RGB 251 223 29 -
CMYK 0 0.11 0.88 0.02
HSL 52.43º 0.97% 0.55% -
HSV(B) 52.43º 0.88% 0.98% -
XYZ 66.39 73.37 11.83 -
YUV 209.26 26.28 157.77 -
System Red Green Blue C M Y K H S L
Decimal 251 223 29 0 0.11 0.88 0.02 52.43 0.97 0.55
Hex FB DF 1D 0 B 58 2 34 61 37
Octal 373 337 35 0 13 130 2 64 141 67
Binary 11111011 11011111 11101 0 1011 1011000 10 110100 1100001 110111

Color Harmonies of #FBDF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF1D

Black with #FBDF1D

Text Example


Text Example

White with #FBDF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF1D; }

 p { color: rgb(251,223,29); }

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

background-color css

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

 a { background-color: rgb(251,223,29); }

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

border-color css

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

 span { border-color: rgb(251,223,29); }

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