Html Css Color HEX #FAF81F Lemon

📋 copy color: '#FAF81F'

red 250 ◦ green 248 ◦ blue 31

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

Shades of Lemon #FAF81F

Tints of Lemon #FAF81F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.88%

 BLUE value IS 31 (12.5% from 255) = 5.86%

R = 47.26%
G = 46.88%
B = 5.86%

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

#FAF81F (or 0xFAF81F) is known color: Lemon. HEX triplet: FA, F8 and 1F. RGB value is (250,248,31). Sum of RGB (Red+Green+Blue) = 250+248+31=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 31 (12.5% from 255 or 5.86% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF81F is #0507E0. Grayscale: #E0E0E0. Windows color (decimal): -329697 or 2095354. OLE color: 2095354.

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

Color convert

RGB 250 248 31 -
CMYK 0 0.01 0.88 0.02
HSL 59.45º 0.96% 0.55% -
HSV(B) 59.45º 0.88% 0.98% -
XYZ 73.24 87.56 14.34 -
YUV 223.86 19.16 146.64 -
System Red Green Blue C M Y K H S L
Decimal 250 248 31 0 0.01 0.88 0.02 59.45 0.96 0.55
Hex FA F8 1F 0 1 58 2 3B 60 37
Octal 372 370 37 0 1 130 2 73 140 67
Binary 11111010 11111000 11111 0 1 1011000 10 111011 1100000 110111

Color Harmonies of #FAF81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF81F

Black with #FAF81F

Text Example


Text Example

White with #FAF81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF81F; }

 p { color: rgb(250,248,31); }

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

background-color css

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

 a { background-color: rgb(250,248,31); }

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

border-color css

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

 span { border-color: rgb(250,248,31); }

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