Html Css Color HEX #FBDC0F Lemon

📋 copy color: '#FBDC0F'

red 251 ◦ green 220 ◦ blue 15

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

Shades of Lemon #FBDC0F

Tints of Lemon #FBDC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 15 (6.25% from 255) = 3.09%

R = 51.65%
G = 45.27%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBDC0F (or 0xFBDC0F) is known color: Lemon. HEX triplet: FB, DC and 0F. RGB value is (251,220,15). Sum of RGB (Red+Green+Blue) = 251+220+15=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC0F is #0423F0. Grayscale: #CECECE. Windows color (decimal): -271345 or 1039611. OLE color: 1039611.

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

Color convert

RGB 251 220 15 -
CMYK 0 0.12 0.94 0.02
HSL 52.12º 0.97% 0.52% -
HSV(B) 52.12º 0.94% 0.98% -
XYZ 65.46 71.73 10.85 -
YUV 205.9 20.27 160.17 -
System Red Green Blue C M Y K H S L
Decimal 251 220 15 0 0.12 0.94 0.02 52.12 0.97 0.52
Hex FB DC F 0 C 5E 2 34 61 34
Octal 373 334 17 0 14 136 2 64 141 64
Binary 11111011 11011100 1111 0 1100 1011110 10 110100 1100001 110100

Color Harmonies of #FBDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC0F

Black with #FBDC0F

Text Example


Text Example

White with #FBDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC0F; }

 p { color: rgb(251,220,15); }

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

background-color css

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

 a { background-color: rgb(251,220,15); }

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

border-color css

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

 span { border-color: rgb(251,220,15); }

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