Html Css Color HEX #FAF00F Lemon

📋 copy color: '#FAF00F'

red 250 ◦ green 240 ◦ blue 15

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

Shades of Lemon #FAF00F

Tints of Lemon #FAF00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

 BLUE value IS 15 (6.25% from 255) = 2.97%

R = 49.5%
G = 47.52%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAF00F (or 0xFAF00F) is known color: Lemon. HEX triplet: FA, F0 and 0F. RGB value is (250,240,15). Sum of RGB (Red+Green+Blue) = 250+240+15=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 15 (6.25% from 255 or 2.97% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF00F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF00F is #050FF0. Grayscale: #DADADA. Windows color (decimal): -331761 or 1044730. OLE color: 1044730.

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

Color convert

RGB 250 240 15 -
CMYK 0 0.04 0.94 0.02
HSL 57.45º 0.96% 0.52% -
HSV(B) 57.45º 0.94% 0.98% -
XYZ 70.67 82.68 12.69 -
YUV 217.34 13.81 151.3 -
System Red Green Blue C M Y K H S L
Decimal 250 240 15 0 0.04 0.94 0.02 57.45 0.96 0.52
Hex FA F0 F 0 4 5E 2 39 60 34
Octal 372 360 17 0 4 136 2 71 140 64
Binary 11111010 11110000 1111 0 100 1011110 10 111001 1100000 110100

Color Harmonies of #FAF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF00F

Black with #FAF00F

Text Example


Text Example

White with #FAF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF00F; }

 p { color: rgb(250,240,15); }

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

background-color css

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

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

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

border-color css

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

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

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