Html Css Color HEX #FAF10F Lemon

📋 copy color: '#FAF10F'

red 250 ◦ green 241 ◦ blue 15

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

Shades of Lemon #FAF10F

Tints of Lemon #FAF10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.63%

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

R = 49.41%
G = 47.63%
B = 2.96%

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

#FAF10F (or 0xFAF10F) is known color: Lemon. HEX triplet: FA, F1 and 0F. RGB value is (250,241,15). Sum of RGB (Red+Green+Blue) = 250+241+15=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 15 (6.25% from 255 or 2.96% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF10F is #050EF0. Grayscale: #DADADA. Windows color (decimal): -331505 or 1044986. OLE color: 1044986.

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

Color convert

RGB 250 241 15 -
CMYK 0 0.04 0.94 0.02
HSL 57.7º 0.96% 0.52% -
HSV(B) 57.7º 0.94% 0.98% -
XYZ 70.97 83.27 12.78 -
YUV 217.93 13.48 150.88 -
System Red Green Blue C M Y K H S L
Decimal 250 241 15 0 0.04 0.94 0.02 57.7 0.96 0.52
Hex FA F1 F 0 4 5E 2 3A 60 34
Octal 372 361 17 0 4 136 2 72 140 64
Binary 11111010 11110001 1111 0 100 1011110 10 111010 1100000 110100

Color Harmonies of #FAF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF10F

Black with #FAF10F

Text Example


Text Example

White with #FAF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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