Html Css Color HEX #FAF71D Lemon

📋 copy color: '#FAF71D'

red 250 ◦ green 247 ◦ blue 29

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

Shades of Lemon #FAF71D

Tints of Lemon #FAF71D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.96%

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

R = 47.53%
G = 46.96%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAF71D (or 0xFAF71D) is known color: Lemon. HEX triplet: FA, F7 and 1D. RGB value is (250,247,29). Sum of RGB (Red+Green+Blue) = 250+247+29=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 29 (11.72% from 255 or 5.51% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF71D is #0508E2. Grayscale: #DFDFDF. Windows color (decimal): -329955 or 1964026. OLE color: 1964026.

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

Color convert

RGB 250 247 29 -
CMYK 0 0.01 0.88 0.02
HSL 59.19º 0.96% 0.55% -
HSV(B) 59.19º 0.88% 0.98% -
XYZ 72.91 86.93 14.1 -
YUV 223.05 18.49 147.23 -
System Red Green Blue C M Y K H S L
Decimal 250 247 29 0 0.01 0.88 0.02 59.19 0.96 0.55
Hex FA F7 1D 0 1 58 2 3B 60 37
Octal 372 367 35 0 1 130 2 73 140 67
Binary 11111010 11110111 11101 0 1 1011000 10 111011 1100000 110111

Color Harmonies of #FAF71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF71D

Black with #FAF71D

Text Example


Text Example

White with #FAF71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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