Html Css Color HEX #FFDB0F Lemon

📋 copy color: '#FFDB0F'

red 255 ◦ green 219 ◦ blue 15

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

Shades of Lemon #FFDB0F

Tints of Lemon #FFDB0F

RGB

 RED value IS 255 (100% from 255) = 52.15%

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 52.15%
G = 44.79%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFDB0F (or 0xFFDB0F) is known color: Lemon. HEX triplet: FF, DB and 0F. RGB value is (255,219,15). Sum of RGB (Red+Green+Blue) = 255+219+15=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB0F is #0024F0. Grayscale: #CFCFCF. Windows color (decimal): -9457 or 1039359. OLE color: 1039359.

HSL color Cylindrical-coordinate representation of color #FFDB0F: hue angle of 51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFDB0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 15 -
CMYK 0 0.14 0.94 0
HSL 51º 1% 0.53% -
HSV(B) 51º 0.94% 1% -
XYZ 66.66 71.96 10.83 -
YUV 206.51 19.93 162.59 -
System Red Green Blue C M Y K H S L
Decimal 255 219 15 0 0.14 0.94 0 51 1 0.53
Hex FF DB F 0 E 5E 0 33 64 35
Octal 377 333 17 0 16 136 0 63 144 65
Binary 11111111 11011011 1111 0 1110 1011110 0 110011 1100100 110101

Color Harmonies of #FFDB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB0F

Black with #FFDB0F

Text Example


Text Example

White with #FFDB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB0F; }

 p { color: rgb(255,219,15); }

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

background-color css

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

 a { background-color: rgb(255,219,15); }

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

border-color css

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

 span { border-color: rgb(255,219,15); }

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