Html Css Color HEX #FAE01E Lemon

📋 copy color: '#FAE01E'

red 250 ◦ green 224 ◦ blue 30

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

Shades of Lemon #FAE01E

Tints of Lemon #FAE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 30 (12.11% from 255) = 5.95%

R = 49.6%
G = 44.44%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAE01E (or 0xFAE01E) is known color: Lemon. HEX triplet: FA, E0 and 1E. RGB value is (250,224,30). Sum of RGB (Red+Green+Blue) = 250+224+30=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 30 (12.11% from 255 or 5.95% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE01E is #051FE1. Grayscale: #D2D2D2. Windows color (decimal): -335842 or 2023674. OLE color: 2023674.

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

Color convert

RGB 250 224 30 -
CMYK 0 0.10 0.88 0.02
HSL 52.91º 0.96% 0.55% -
HSV(B) 52.91º 0.88% 0.98% -
XYZ 66.31 73.73 11.96 -
YUV 209.66 26.61 156.77 -
System Red Green Blue C M Y K H S L
Decimal 250 224 30 0 0.10 0.88 0.02 52.91 0.96 0.55
Hex FA E0 1E 0 A 58 2 35 60 37
Octal 372 340 36 0 12 130 2 65 140 67
Binary 11111010 11100000 11110 0 1010 1011000 10 110101 1100000 110111

Color Harmonies of #FAE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE01E

Black with #FAE01E

Text Example


Text Example

White with #FAE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE01E; }

 p { color: rgb(250,224,30); }

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

background-color css

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

 a { background-color: rgb(250,224,30); }

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

border-color css

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

 span { border-color: rgb(250,224,30); }

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