Html Css Color HEX #FAFE26 Lemon

📋 copy color: '#FAFE26'

red 250 ◦ green 254 ◦ blue 38

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

Shades of Lemon #FAFE26

Tints of Lemon #FAFE26

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.86%

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

R = 46.13%
G = 46.86%
B = 7.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FAFE26 (or 0xFAFE26) is known color: Lemon. HEX triplet: FA, FE and 26. RGB value is (250,254,38). Sum of RGB (Red+Green+Blue) = 250+254+38=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 38 (15.23% from 255 or 7.01% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE26 is #0501D9. Grayscale: #E5E5E5. Windows color (decimal): -328154 or 2555642. OLE color: 2555642.

HSL color Cylindrical-coordinate representation of color #FAFE26: hue angle of 61.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAFE26 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 38 -
CMYK 0.02 0 0.85 0.00
HSL 61.11º 0.99% 0.57% -
HSV(B) 61.11º 0.85% 1% -
XYZ 75.22 91.35 15.5 -
YUV 228.18 20.67 143.56 -
System Red Green Blue C M Y K H S L
Decimal 250 254 38 0.02 0 0.85 0.00 61.11 0.99 0.57
Hex FA FE 26 2 0 55 0 3D 63 39
Octal 372 376 46 2 0 125 0 75 143 71
Binary 11111010 11111110 100110 10 0 1010101 0 111101 1100011 111001

Color Harmonies of #FAFE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE26

Black with #FAFE26

Text Example


Text Example

White with #FAFE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE26; }

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

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

background-color css

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

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

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

border-color css

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

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

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