Html Css Color HEX #FAEB0A Lemon

📋 copy color: '#FAEB0A'

red 250 ◦ green 235 ◦ blue 10

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

Shades of Lemon #FAEB0A

Tints of Lemon #FAEB0A

RGB

 RED value IS 250 (98.05% from 255) = 50.51%

 GREEN value IS 235 (92.19% from 255) = 47.47%

 BLUE value IS 10 (4.3% from 255) = 2.02%

R = 50.51%
G = 47.47%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAEB0A (or 0xFAEB0A) is known color: Lemon. HEX triplet: FA, EB and 0A. RGB value is (250,235,10). Sum of RGB (Red+Green+Blue) = 250+235+10=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 10 (4.30% from 255 or 2.02% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEB0A is #0514F5. Grayscale: #D6D6D6. Windows color (decimal): -333046 or 715770. OLE color: 715770.

HSL color Cylindrical-coordinate representation of color #FAEB0A: hue angle of 56.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAEB0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 235 10 -
CMYK 0 0.06 0.96 0.02
HSL 56.25º 0.96% 0.51% -
HSV(B) 56.25º 0.96% 0.98% -
XYZ 69.19 79.76 12.04 -
YUV 213.84 12.97 153.8 -
System Red Green Blue C M Y K H S L
Decimal 250 235 10 0 0.06 0.96 0.02 56.25 0.96 0.51
Hex FA EB A 0 6 60 2 38 60 33
Octal 372 353 12 0 6 140 2 70 140 63
Binary 11111010 11101011 1010 0 110 1100000 10 111000 1100000 110011

Color Harmonies of #FAEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB0A

Black with #FAEB0A

Text Example


Text Example

White with #FAEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB0A; }

 p { color: rgb(250,235,10); }

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

background-color css

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

 a { background-color: rgb(250,235,10); }

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

border-color css

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

 span { border-color: rgb(250,235,10); }

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