Html Css Color HEX #FBE70E Lemon

📋 copy color: '#FBE70E'

red 251 ◦ green 231 ◦ blue 14

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

Shades of Lemon #FBE70E

Tints of Lemon #FBE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.57%

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

R = 50.6%
G = 46.57%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBE70E (or 0xFBE70E) is known color: Lemon. HEX triplet: FB, E7 and 0E. RGB value is (251,231,14). Sum of RGB (Red+Green+Blue) = 251+231+14=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 14 (5.86% from 255 or 2.82% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE70E is #0418F1. Grayscale: #D5D5D5. Windows color (decimal): -268530 or 976891. OLE color: 976891.

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

Color convert

RGB 251 231 14 -
CMYK 0 0.08 0.94 0.02
HSL 54.94º 0.97% 0.52% -
HSV(B) 54.94º 0.94% 0.98% -
XYZ 68.44 77.69 11.8 -
YUV 212.24 16.13 155.64 -
System Red Green Blue C M Y K H S L
Decimal 251 231 14 0 0.08 0.94 0.02 54.94 0.97 0.52
Hex FB E7 E 0 8 5E 2 37 61 34
Octal 373 347 16 0 10 136 2 67 141 64
Binary 11111011 11100111 1110 0 1000 1011110 10 110111 1100001 110100

Color Harmonies of #FBE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE70E

Black with #FBE70E

Text Example


Text Example

White with #FBE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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