Html Css Color HEX #FBDF1E Lemon

📋 copy color: '#FBDF1E'

red 251 ◦ green 223 ◦ blue 30

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

Shades of Lemon #FBDF1E

Tints of Lemon #FBDF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.95%

R = 49.8%
G = 44.25%
B = 5.95%

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

#FBDF1E (or 0xFBDF1E) is known color: Lemon. HEX triplet: FB, DF and 1E. RGB value is (251,223,30). Sum of RGB (Red+Green+Blue) = 251+223+30=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 30 (12.11% from 255 or 5.95% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF1E is #0420E1. Grayscale: #D2D2D2. Windows color (decimal): -270562 or 2023419. OLE color: 2023419.

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

Color convert

RGB 251 223 30 -
CMYK 0 0.11 0.88 0.02
HSL 52.4º 0.97% 0.55% -
HSV(B) 52.4º 0.88% 0.98% -
XYZ 66.41 73.38 11.89 -
YUV 209.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 251 223 30 0 0.11 0.88 0.02 52.4 0.97 0.55
Hex FB DF 1E 0 B 58 2 34 61 37
Octal 373 337 36 0 13 130 2 64 141 67
Binary 11111011 11011111 11110 0 1011 1011000 10 110100 1100001 110111

Color Harmonies of #FBDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF1E

Black with #FBDF1E

Text Example


Text Example

White with #FBDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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