Html Css Color HEX #FAF565 Laser Lemon

📋 copy color: '#FAF565'

red 250 ◦ green 245 ◦ blue 101

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

Shades of Laser Lemon #FAF565

Tints of Laser Lemon #FAF565

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.11%

 BLUE value IS 101 (39.84% from 255) = 16.95%

R = 41.95%
G = 41.11%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAF565 (or 0xFAF565) is known color: Laser Lemon. HEX triplet: FA, F5 and 65. RGB value is (250,245,101). Sum of RGB (Red+Green+Blue) = 250+245+101=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 101 (39.84% from 255 or 16.95% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF565 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF565 is #050A9A. Grayscale: #E6E6E6. Windows color (decimal): -330395 or 6682106. OLE color: 6682106.

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

Color convert

RGB 250 245 101 -
CMYK 0 0.02 0.60 0.02
HSL 57.99º 0.94% 0.69% -
HSV(B) 57.99º 0.6% 0.98% -
XYZ 74.43 86.57 25.1 -
YUV 230.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 250 245 101 0 0.02 0.60 0.02 57.99 0.94 0.69
Hex FA F5 65 0 2 3C 2 3A 5E 45
Octal 372 365 145 0 2 74 2 72 136 105
Binary 11111010 11110101 1100101 0 10 111100 10 111010 1011110 1000101

Color Harmonies of #FAF565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF565

Black with #FAF565

Text Example


Text Example

White with #FAF565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF565; }

 p { color: rgb(250,245,101); }

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

background-color css

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

 a { background-color: rgb(250,245,101); }

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

border-color css

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

 span { border-color: rgb(250,245,101); }

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