Html Css Color HEX #FAFA17 Lemon

📋 copy color: '#FAFA17'

red 250 ◦ green 250 ◦ blue 23

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

Shades of Lemon #FAFA17

Tints of Lemon #FAFA17

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.8%

 BLUE value IS 23 (9.38% from 255) = 4.4%

R = 47.8%
G = 47.8%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAFA17 (or 0xFAFA17) is known color: Lemon. HEX triplet: FA, FA and 17. RGB value is (250,250,23). Sum of RGB (Red+Green+Blue) = 250+250+23=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 23 (9.38% from 255 or 4.40% from 523); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA17 is #0505E8. Grayscale: #E1E1E1. Windows color (decimal): -329193 or 1571578. OLE color: 1571578.

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

Color convert

RGB 250 250 23 -
CMYK 0 0 0.91 0.02
HSL 60º 0.96% 0.54% -
HSV(B) 60º 0.91% 0.98% -
XYZ 73.76 88.76 14.05 -
YUV 224.12 14.5 146.46 -
System Red Green Blue C M Y K H S L
Decimal 250 250 23 0 0 0.91 0.02 60 0.96 0.54
Hex FA FA 17 0 0 5B 2 3C 60 36
Octal 372 372 27 0 0 133 2 74 140 66
Binary 11111010 11111010 10111 0 0 1011011 10 111100 1100000 110110

Color Harmonies of #FAFA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA17

Black with #FAFA17

Text Example


Text Example

White with #FAFA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA17; }

 p { color: rgb(250,250,23); }

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

background-color css

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

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

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

border-color css

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

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

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