Html Css Color HEX #FAF91E Lemon

📋 copy color: '#FAF91E'

red 250 ◦ green 249 ◦ blue 30

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

Shades of Lemon #FAF91E

Tints of Lemon #FAF91E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.07%

 BLUE value IS 30 (12.11% from 255) = 5.67%

R = 47.26%
G = 47.07%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAF91E (or 0xFAF91E) is known color: Lemon. HEX triplet: FA, F9 and 1E. RGB value is (250,249,30). Sum of RGB (Red+Green+Blue) = 250+249+30=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 30 (12.11% from 255 or 5.67% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF91E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF91E is #0506E1. Grayscale: #E1E1E1. Windows color (decimal): -329442 or 2030074. OLE color: 2030074.

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

Color convert

RGB 250 249 30 -
CMYK 0 0.00 0.88 0.02
HSL 59.73º 0.96% 0.55% -
HSV(B) 59.73º 0.88% 0.98% -
XYZ 73.53 88.17 14.37 -
YUV 224.33 18.33 146.31 -
System Red Green Blue C M Y K H S L
Decimal 250 249 30 0 0.00 0.88 0.02 59.73 0.96 0.55
Hex FA F9 1E 0 0 58 2 3C 60 37
Octal 372 371 36 0 0 130 2 74 140 67
Binary 11111010 11111001 11110 0 0 1011000 10 111100 1100000 110111

Color Harmonies of #FAF91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF91E

Black with #FAF91E

Text Example


Text Example

White with #FAF91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF91E; }

 p { color: rgb(250,249,30); }

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

background-color css

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

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

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

border-color css

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

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

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