Html Css Color HEX #FAF10D Lemon

📋 copy color: '#FAF10D'

red 250 ◦ green 241 ◦ blue 13

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

Shades of Lemon #FAF10D

Tints of Lemon #FAF10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.58%

R = 49.6%
G = 47.82%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAF10D (or 0xFAF10D) is known color: Lemon. HEX triplet: FA, F1 and 0D. RGB value is (250,241,13). Sum of RGB (Red+Green+Blue) = 250+241+13=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 13 (5.47% from 255 or 2.58% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF10D is #050EF2. Grayscale: #DADADA. Windows color (decimal): -331507 or 913914. OLE color: 913914.

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

Color convert

RGB 250 241 13 -
CMYK 0 0.04 0.95 0.02
HSL 57.72º 0.96% 0.52% -
HSV(B) 57.72º 0.95% 0.98% -
XYZ 70.95 83.26 12.71 -
YUV 217.7 12.48 151.04 -
System Red Green Blue C M Y K H S L
Decimal 250 241 13 0 0.04 0.95 0.02 57.72 0.96 0.52
Hex FA F1 D 0 4 5F 2 3A 60 34
Octal 372 361 15 0 4 137 2 72 140 64
Binary 11111010 11110001 1101 0 100 1011111 10 111010 1100000 110100

Color Harmonies of #FAF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF10D

Black with #FAF10D

Text Example


Text Example

White with #FAF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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