Html Css Color HEX #FBDF0E Lemon

📋 copy color: '#FBDF0E'

red 251 ◦ green 223 ◦ blue 14

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

Shades of Lemon #FBDF0E

Tints of Lemon #FBDF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.87%

R = 51.43%
G = 45.7%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBDF0E (or 0xFBDF0E) is known color: Lemon. HEX triplet: FB, DF and 0E. RGB value is (251,223,14). Sum of RGB (Red+Green+Blue) = 251+223+14=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF0E is #0420F1. Grayscale: #D0D0D0. Windows color (decimal): -270578 or 974843. OLE color: 974843.

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

Color convert

RGB 251 223 14 -
CMYK 0 0.11 0.94 0.02
HSL 52.91º 0.97% 0.52% -
HSV(B) 52.91º 0.94% 0.98% -
XYZ 66.25 73.32 11.08 -
YUV 207.55 18.78 158.99 -
System Red Green Blue C M Y K H S L
Decimal 251 223 14 0 0.11 0.94 0.02 52.91 0.97 0.52
Hex FB DF E 0 B 5E 2 35 61 34
Octal 373 337 16 0 13 136 2 65 141 64
Binary 11111011 11011111 1110 0 1011 1011110 10 110101 1100001 110100

Color Harmonies of #FBDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF0E

Black with #FBDF0E

Text Example


Text Example

White with #FBDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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