Html Css Color HEX #FAF817 Lemon

📋 copy color: '#FAF817'

red 250 ◦ green 248 ◦ blue 23

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

Shades of Lemon #FAF817

Tints of Lemon #FAF817

RGB

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

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

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

R = 47.98%
G = 47.6%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAF817 (or 0xFAF817) is known color: Lemon. HEX triplet: FA, F8 and 17. RGB value is (250,248,23). Sum of RGB (Red+Green+Blue) = 250+248+23=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 23 (9.38% from 255 or 4.41% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF817 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF817 is #0507E8. Grayscale: #DFDFDF. Windows color (decimal): -329705 or 1571066. OLE color: 1571066.

HSL color Cylindrical-coordinate representation of color #FAF817: hue angle of 59.47º 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 #FAF817 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 23 -
CMYK 0 0.01 0.91 0.02
HSL 59.47º 0.96% 0.54% -
HSV(B) 59.47º 0.91% 0.98% -
XYZ 73.15 87.52 13.85 -
YUV 222.95 15.16 147.3 -
System Red Green Blue C M Y K H S L
Decimal 250 248 23 0 0.01 0.91 0.02 59.47 0.96 0.54
Hex FA F8 17 0 1 5B 2 3B 60 36
Octal 372 370 27 0 1 133 2 73 140 66
Binary 11111010 11111000 10111 0 1 1011011 10 111011 1100000 110110

Color Harmonies of #FAF817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF817

Black with #FAF817

Text Example


Text Example

White with #FAF817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF817; }

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

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

background-color css

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

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

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

border-color css

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

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

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