Html Css Color HEX #FAF31A Lemon

📋 copy color: '#FAF31A'

red 250 ◦ green 243 ◦ blue 26

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

Shades of Lemon #FAF31A

Tints of Lemon #FAF31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.82%

 BLUE value IS 26 (10.55% from 255) = 5.01%

R = 48.17%
G = 46.82%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAF31A (or 0xFAF31A) is known color: Lemon. HEX triplet: FA, F3 and 1A. RGB value is (250,243,26). Sum of RGB (Red+Green+Blue) = 250+243+26=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 26 (10.55% from 255 or 5.01% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF31A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF31A is #050CE5. Grayscale: #DDDDDD. Windows color (decimal): -330982 or 1766394. OLE color: 1766394.

HSL color Cylindrical-coordinate representation of color #FAF31A: hue angle of 58.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAF31A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 243 26 -
CMYK 0 0.03 0.90 0.02
HSL 58.13º 0.96% 0.54% -
HSV(B) 58.13º 0.9% 0.98% -
XYZ 71.66 84.5 13.51 -
YUV 220.36 18.32 149.14 -
System Red Green Blue C M Y K H S L
Decimal 250 243 26 0 0.03 0.90 0.02 58.13 0.96 0.54
Hex FA F3 1A 0 3 5A 2 3A 60 36
Octal 372 363 32 0 3 132 2 72 140 66
Binary 11111010 11110011 11010 0 11 1011010 10 111010 1100000 110110

Color Harmonies of #FAF31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF31A

Black with #FAF31A

Text Example


Text Example

White with #FAF31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF31A; }

 p { color: rgb(250,243,26); }

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

background-color css

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

 a { background-color: rgb(250,243,26); }

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

border-color css

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

 span { border-color: rgb(250,243,26); }

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