Html Css Color HEX #FAEA1B Lemon

📋 copy color: '#FAEA1B'

red 250 ◦ green 234 ◦ blue 27

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

Shades of Lemon #FAEA1B

Tints of Lemon #FAEA1B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.79%

 BLUE value IS 27 (10.94% from 255) = 5.28%

R = 48.92%
G = 45.79%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAEA1B (or 0xFAEA1B) is known color: Lemon. HEX triplet: FA, EA and 1B. RGB value is (250,234,27). Sum of RGB (Red+Green+Blue) = 250+234+27=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 27 (10.94% from 255 or 5.28% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA1B is #0515E4. Grayscale: #D8D8D8. Windows color (decimal): -333285 or 1829626. OLE color: 1829626.

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

Color convert

RGB 250 234 27 -
CMYK 0 0.06 0.89 0.02
HSL 55.7º 0.96% 0.54% -
HSV(B) 55.7º 0.89% 0.98% -
XYZ 69.04 79.25 12.69 -
YUV 215.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 250 234 27 0 0.06 0.89 0.02 55.7 0.96 0.54
Hex FA EA 1B 0 6 59 2 38 60 36
Octal 372 352 33 0 6 131 2 70 140 66
Binary 11111010 11101010 11011 0 110 1011001 10 111000 1100000 110110

Color Harmonies of #FAEA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA1B

Black with #FAEA1B

Text Example


Text Example

White with #FAEA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA1B; }

 p { color: rgb(250,234,27); }

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

background-color css

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

 a { background-color: rgb(250,234,27); }

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

border-color css

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

 span { border-color: rgb(250,234,27); }

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