Html Css Color HEX #FAEF0D Lemon

📋 copy color: '#FAEF0D'

red 250 ◦ green 239 ◦ blue 13

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

Shades of Lemon #FAEF0D

Tints of Lemon #FAEF0D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 13 (5.47% from 255) = 2.59%

R = 49.8%
G = 47.61%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAEF0D (or 0xFAEF0D) is known color: Lemon. HEX triplet: FA, EF and 0D. RGB value is (250,239,13). Sum of RGB (Red+Green+Blue) = 250+239+13=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 13 (5.47% from 255 or 2.59% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEF0D is #0510F2. Grayscale: #D9D9D9. Windows color (decimal): -332019 or 913402. OLE color: 913402.

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

Color convert

RGB 250 239 13 -
CMYK 0 0.04 0.95 0.02
HSL 57.22º 0.96% 0.52% -
HSV(B) 57.22º 0.95% 0.98% -
XYZ 70.36 82.09 12.52 -
YUV 216.53 13.14 151.88 -
System Red Green Blue C M Y K H S L
Decimal 250 239 13 0 0.04 0.95 0.02 57.22 0.96 0.52
Hex FA EF D 0 4 5F 2 39 60 34
Octal 372 357 15 0 4 137 2 71 140 64
Binary 11111010 11101111 1101 0 100 1011111 10 111001 1100000 110100

Color Harmonies of #FAEF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEF0D

Black with #FAEF0D

Text Example


Text Example

White with #FAEF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEF0D; }

 p { color: rgb(250,239,13); }

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

background-color css

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

 a { background-color: rgb(250,239,13); }

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

border-color css

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

 span { border-color: rgb(250,239,13); }

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