Html Css Color HEX #FBDF0D Lemon

📋 copy color: '#FBDF0D'

red 251 ◦ green 223 ◦ blue 13

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

Shades of Lemon #FBDF0D

Tints of Lemon #FBDF0D

RGB

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

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

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

R = 51.54%
G = 45.79%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBDF0D (or 0xFBDF0D) is known color: Lemon. HEX triplet: FB, DF and 0D. RGB value is (251,223,13). Sum of RGB (Red+Green+Blue) = 251+223+13=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF0D is #0420F2. Grayscale: #D0D0D0. Windows color (decimal): -270579 or 909307. OLE color: 909307.

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

Color convert

RGB 251 223 13 -
CMYK 0 0.11 0.95 0.02
HSL 52.94º 0.97% 0.52% -
HSV(B) 52.94º 0.95% 0.98% -
XYZ 66.24 73.31 11.04 -
YUV 207.43 18.28 159.08 -
System Red Green Blue C M Y K H S L
Decimal 251 223 13 0 0.11 0.95 0.02 52.94 0.97 0.52
Hex FB DF D 0 B 5F 2 35 61 34
Octal 373 337 15 0 13 137 2 65 141 64
Binary 11111011 11011111 1101 0 1011 1011111 10 110101 1100001 110100

Color Harmonies of #FBDF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF0D

Black with #FBDF0D

Text Example


Text Example

White with #FBDF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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