Html Css Color HEX #FAF85E Laser Lemon

📋 copy color: '#FAF85E'

red 250 ◦ green 248 ◦ blue 94

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

Shades of Laser Lemon #FAF85E

Tints of Laser Lemon #FAF85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 15.88%

R = 42.23%
G = 41.89%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAF85E (or 0xFAF85E) is known color: Laser Lemon. HEX triplet: FA, F8 and 5E. RGB value is (250,248,94). Sum of RGB (Red+Green+Blue) = 250+248+94=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 94 (37.11% from 255 or 15.88% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF85E is #0507A1. Grayscale: #E7E7E7. Windows color (decimal): -329634 or 6224122. OLE color: 6224122.

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

Color convert

RGB 250 248 94 -
CMYK 0 0.01 0.62 0.02
HSL 59.23º 0.94% 0.67% -
HSV(B) 59.23º 0.62% 0.98% -
XYZ 75.01 88.27 23.67 -
YUV 231.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 250 248 94 0 0.01 0.62 0.02 59.23 0.94 0.67
Hex FA F8 5E 0 1 3E 2 3B 5E 43
Octal 372 370 136 0 1 76 2 73 136 103
Binary 11111010 11111000 1011110 0 1 111110 10 111011 1011110 1000011

Color Harmonies of #FAF85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF85E

Black with #FAF85E

Text Example


Text Example

White with #FAF85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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