Html Css Color HEX #FAF667 Laser Lemon

📋 copy color: '#FAF667'

red 250 ◦ green 246 ◦ blue 103

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

Shades of Laser Lemon #FAF667

Tints of Laser Lemon #FAF667

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.07%

 BLUE value IS 103 (40.63% from 255) = 17.2%

R = 41.74%
G = 41.07%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAF667 (or 0xFAF667) is known color: Laser Lemon. HEX triplet: FA, F6 and 67. RGB value is (250,246,103). Sum of RGB (Red+Green+Blue) = 250+246+103=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 103 (40.62% from 255 or 17.20% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF667 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF667 is #050998. Grayscale: #E7E7E7. Windows color (decimal): -330137 or 6813434. OLE color: 6813434.

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

Color convert

RGB 250 246 103 -
CMYK 0 0.02 0.59 0.02
HSL 58.37º 0.94% 0.69% -
HSV(B) 58.37º 0.59% 0.98% -
XYZ 74.83 87.21 25.72 -
YUV 230.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 250 246 103 0 0.02 0.59 0.02 58.37 0.94 0.69
Hex FA F6 67 0 2 3B 2 3A 5E 45
Octal 372 366 147 0 2 73 2 72 136 105
Binary 11111010 11110110 1100111 0 10 111011 10 111010 1011110 1000101

Color Harmonies of #FAF667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF667

Black with #FAF667

Text Example


Text Example

White with #FAF667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF667; }

 p { color: rgb(250,246,103); }

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

background-color css

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

 a { background-color: rgb(250,246,103); }

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

border-color css

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

 span { border-color: rgb(250,246,103); }

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