Html Css Color HEX #FAF11D Lemon

📋 copy color: '#FAF11D'

red 250 ◦ green 241 ◦ blue 29

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

Shades of Lemon #FAF11D

Tints of Lemon #FAF11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.35%

 BLUE value IS 29 (11.72% from 255) = 5.58%

R = 48.08%
G = 46.35%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAF11D (or 0xFAF11D) is known color: Lemon. HEX triplet: FA, F1 and 1D. RGB value is (250,241,29). Sum of RGB (Red+Green+Blue) = 250+241+29=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 29 (11.72% from 255 or 5.58% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF11D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF11D is #050EE2. Grayscale: #DCDCDC. Windows color (decimal): -331491 or 1962490. OLE color: 1962490.

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

Color convert

RGB 250 241 29 -
CMYK 0 0.04 0.88 0.02
HSL 57.56º 0.96% 0.55% -
HSV(B) 57.56º 0.88% 0.98% -
XYZ 71.1 83.32 13.5 -
YUV 219.52 20.48 149.74 -
System Red Green Blue C M Y K H S L
Decimal 250 241 29 0 0.04 0.88 0.02 57.56 0.96 0.55
Hex FA F1 1D 0 4 58 2 3A 60 37
Octal 372 361 35 0 4 130 2 72 140 67
Binary 11111010 11110001 11101 0 100 1011000 10 111010 1100000 110111

Color Harmonies of #FAF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF11D

Black with #FAF11D

Text Example


Text Example

White with #FAF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF11D; }

 p { color: rgb(250,241,29); }

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

background-color css

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

 a { background-color: rgb(250,241,29); }

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

border-color css

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

 span { border-color: rgb(250,241,29); }

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