Html Css Color HEX #FBF10E Lemon

📋 copy color: '#FBF10E'

red 251 ◦ green 241 ◦ blue 14

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

Shades of Lemon #FBF10E

Tints of Lemon #FBF10E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.63%

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

R = 49.6%
G = 47.63%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBF10E (or 0xFBF10E) is known color: Lemon. HEX triplet: FB, F1 and 0E. RGB value is (251,241,14). Sum of RGB (Red+Green+Blue) = 251+241+14=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 14 (5.86% from 255 or 2.77% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF10E is #040EF1. Grayscale: #DBDBDB. Windows color (decimal): -265970 or 979451. OLE color: 979451.

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

Color convert

RGB 251 241 14 -
CMYK 0 0.04 0.94 0.02
HSL 57.47º 0.97% 0.52% -
HSV(B) 57.47º 0.94% 0.98% -
XYZ 71.32 83.45 12.76 -
YUV 218.11 12.81 151.46 -
System Red Green Blue C M Y K H S L
Decimal 251 241 14 0 0.04 0.94 0.02 57.47 0.97 0.52
Hex FB F1 E 0 4 5E 2 39 61 34
Octal 373 361 16 0 4 136 2 71 141 64
Binary 11111011 11110001 1110 0 100 1011110 10 111001 1100001 110100

Color Harmonies of #FBF10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF10E

Black with #FBF10E

Text Example


Text Example

White with #FBF10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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