Html Css Color HEX #FBDF1F Lemon

📋 copy color: '#FBDF1F'

red 251 ◦ green 223 ◦ blue 31

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

Shades of Lemon #FBDF1F

Tints of Lemon #FBDF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.14%

R = 49.7%
G = 44.16%
B = 6.14%

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

#FBDF1F (or 0xFBDF1F) is known color: Lemon. HEX triplet: FB, DF and 1F. RGB value is (251,223,31). Sum of RGB (Red+Green+Blue) = 251+223+31=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 31 (12.5% from 255 or 6.14% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF1F is #0420E0. Grayscale: #D2D2D2. Windows color (decimal): -270561 or 2088955. OLE color: 2088955.

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

Color convert

RGB 251 223 31 -
CMYK 0 0.11 0.88 0.02
HSL 52.36º 0.96% 0.55% -
HSV(B) 52.36º 0.88% 0.98% -
XYZ 66.42 73.38 11.96 -
YUV 209.48 27.28 157.61 -
System Red Green Blue C M Y K H S L
Decimal 251 223 31 0 0.11 0.88 0.02 52.36 0.96 0.55
Hex FB DF 1F 0 B 58 2 34 60 37
Octal 373 337 37 0 13 130 2 64 140 67
Binary 11111011 11011111 11111 0 1011 1011000 10 110100 1100000 110111

Color Harmonies of #FBDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF1F

Black with #FBDF1F

Text Example


Text Example

White with #FBDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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