Html Css Color HEX #FAF50D Lemon

📋 copy color: '#FAF50D'

red 250 ◦ green 245 ◦ blue 13

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

Shades of Lemon #FAF50D

Tints of Lemon #FAF50D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.23%

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

R = 49.21%
G = 48.23%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAF50D (or 0xFAF50D) is known color: Lemon. HEX triplet: FA, F5 and 0D. RGB value is (250,245,13). Sum of RGB (Red+Green+Blue) = 250+245+13=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 13 (5.47% from 255 or 2.56% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF50D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF50D is #050AF2. Grayscale: #DCDCDC. Windows color (decimal): -330483 or 914938. OLE color: 914938.

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

Color convert

RGB 250 245 13 -
CMYK 0 0.02 0.95 0.02
HSL 58.73º 0.96% 0.52% -
HSV(B) 58.73º 0.95% 0.98% -
XYZ 72.15 85.66 13.11 -
YUV 220.05 11.16 149.36 -
System Red Green Blue C M Y K H S L
Decimal 250 245 13 0 0.02 0.95 0.02 58.73 0.96 0.52
Hex FA F5 D 0 2 5F 2 3B 60 34
Octal 372 365 15 0 2 137 2 73 140 64
Binary 11111010 11110101 1101 0 10 1011111 10 111011 1100000 110100

Color Harmonies of #FAF50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF50D

Black with #FAF50D

Text Example


Text Example

White with #FAF50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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