Html Css Color HEX #FAFE25 Lemon

📋 copy color: '#FAFE25'

red 250 ◦ green 254 ◦ blue 37

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

Shades of Lemon #FAFE25

Tints of Lemon #FAFE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 6.84%

R = 46.21%
G = 46.95%
B = 6.84%

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

#FAFE25 (or 0xFAFE25) is known color: Lemon. HEX triplet: FA, FE and 25. RGB value is (250,254,37). Sum of RGB (Red+Green+Blue) = 250+254+37=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 37 (14.84% from 255 or 6.84% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE25 is #0501DA. Grayscale: #E4E4E4. Windows color (decimal): -328155 or 2490106. OLE color: 2490106.

HSL color Cylindrical-coordinate representation of color #FAFE25: 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 #FAFE25 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 37 -
CMYK 0.02 0 0.85 0.00
HSL 61.11º 0.99% 0.57% -
HSV(B) 61.11º 0.85% 1% -
XYZ 75.2 91.34 15.42 -
YUV 228.07 20.17 143.64 -
System Red Green Blue C M Y K H S L
Decimal 250 254 37 0.02 0 0.85 0.00 61.11 0.99 0.57
Hex FA FE 25 2 0 55 0 3D 63 39
Octal 372 376 45 2 0 125 0 75 143 71
Binary 11111010 11111110 100101 10 0 1010101 0 111101 1100011 111001

Color Harmonies of #FAFE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE25

Black with #FAFE25

Text Example


Text Example

White with #FAFE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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