Html Css Color HEX #FBF413 Lemon

📋 copy color: '#FBF413'

red 251 ◦ green 244 ◦ blue 19

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

Shades of Lemon #FBF413

Tints of Lemon #FBF413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.47%

 BLUE value IS 19 (7.81% from 255) = 3.7%

R = 48.83%
G = 47.47%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBF413 (or 0xFBF413) is known color: Lemon. HEX triplet: FB, F4 and 13. RGB value is (251,244,19). Sum of RGB (Red+Green+Blue) = 251+244+19=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 19 (7.81% from 255 or 3.70% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF413 is #040BEC. Grayscale: #DDDDDD. Windows color (decimal): -265197 or 1307899. OLE color: 1307899.

HSL color Cylindrical-coordinate representation of color #FBF413: hue angle of 58.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBF413 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 244 19 -
CMYK 0 0.03 0.92 0.02
HSL 58.19º 0.97% 0.53% -
HSV(B) 58.19º 0.92% 0.98% -
XYZ 72.25 85.26 13.26 -
YUV 220.44 14.32 149.8 -
System Red Green Blue C M Y K H S L
Decimal 251 244 19 0 0.03 0.92 0.02 58.19 0.97 0.53
Hex FB F4 13 0 3 5C 2 3A 61 35
Octal 373 364 23 0 3 134 2 72 141 65
Binary 11111011 11110100 10011 0 11 1011100 10 111010 1100001 110101

Color Harmonies of #FBF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF413

Black with #FBF413

Text Example


Text Example

White with #FBF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF413; }

 p { color: rgb(251,244,19); }

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

background-color css

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

 a { background-color: rgb(251,244,19); }

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

border-color css

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

 span { border-color: rgb(251,244,19); }

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