Html Css Color HEX #FAF00D Lemon

📋 copy color: '#FAF00D'

red 250 ◦ green 240 ◦ blue 13

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

Shades of Lemon #FAF00D

Tints of Lemon #FAF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.71%

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

R = 49.7%
G = 47.71%
B = 2.58%

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

#FAF00D (or 0xFAF00D) is known color: Lemon. HEX triplet: FA, F0 and 0D. RGB value is (250,240,13). Sum of RGB (Red+Green+Blue) = 250+240+13=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 13 (5.47% from 255 or 2.58% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF00D is #050FF2. Grayscale: #DADADA. Windows color (decimal): -331763 or 913658. OLE color: 913658.

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

Color convert

RGB 250 240 13 -
CMYK 0 0.04 0.95 0.02
HSL 57.47º 0.96% 0.52% -
HSV(B) 57.47º 0.95% 0.98% -
XYZ 70.66 82.67 12.61 -
YUV 217.11 12.81 151.46 -
System Red Green Blue C M Y K H S L
Decimal 250 240 13 0 0.04 0.95 0.02 57.47 0.96 0.52
Hex FA F0 D 0 4 5F 2 39 60 34
Octal 372 360 15 0 4 137 2 71 140 64
Binary 11111010 11110000 1101 0 100 1011111 10 111001 1100000 110100

Color Harmonies of #FAF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF00D

Black with #FAF00D

Text Example


Text Example

White with #FAF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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