Html Css Color HEX #FAF826 Lemon

📋 copy color: '#FAF826'

red 250 ◦ green 248 ◦ blue 38

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

Shades of Lemon #FAF826

Tints of Lemon #FAF826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.09%

R = 46.64%
G = 46.27%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAF826 (or 0xFAF826) is known color: Lemon. HEX triplet: FA, F8 and 26. RGB value is (250,248,38). Sum of RGB (Red+Green+Blue) = 250+248+38=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 38 (15.23% from 255 or 7.09% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF826 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF826 is #0507D9. Grayscale: #E1E1E1. Windows color (decimal): -329690 or 2554106. OLE color: 2554106.

HSL color Cylindrical-coordinate representation of color #FAF826: hue angle of 59.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAF826 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 38 -
CMYK 0 0.01 0.85 0.02
HSL 59.43º 0.95% 0.56% -
HSV(B) 59.43º 0.85% 0.98% -
XYZ 73.34 87.6 14.88 -
YUV 224.66 22.66 146.08 -
System Red Green Blue C M Y K H S L
Decimal 250 248 38 0 0.01 0.85 0.02 59.43 0.95 0.56
Hex FA F8 26 0 1 55 2 3B 5F 38
Octal 372 370 46 0 1 125 2 73 137 70
Binary 11111010 11111000 100110 0 1 1010101 10 111011 1011111 111000

Color Harmonies of #FAF826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF826

Black with #FAF826

Text Example


Text Example

White with #FAF826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF826; }

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

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

background-color css

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

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

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

border-color css

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

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

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