Html Css Color HEX #FAFA99 Canary

📋 copy color: '#FAFA99'

red 250 ◦ green 250 ◦ blue 153

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

Shades of Canary #FAFA99

Tints of Canary #FAFA99

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.28%

 BLUE value IS 153 (60.16% from 255) = 23.43%

R = 38.28%
G = 38.28%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAFA99 (or 0xFAFA99) is known color: Canary. HEX triplet: FA, FA and 99. RGB value is (250,250,153). Sum of RGB (Red+Green+Blue) = 250+250+153=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 153 (60.16% from 255 or 23.43% from 653); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA99 is #050566. Grayscale: #EFEFEF. Windows color (decimal): -329063 or 10091258. OLE color: 10091258.

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

Color convert

RGB 250 250 153 -
CMYK 0 0 0.39 0.02
HSL 60º 0.91% 0.79% -
HSV(B) 60º 0.39% 0.98% -
XYZ 79.36 91 43.52 -
YUV 238.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 250 250 153 0 0 0.39 0.02 60 0.91 0.79
Hex FA FA 99 0 0 27 2 3C 5B 4F
Octal 372 372 231 0 0 47 2 74 133 117
Binary 11111010 11111010 10011001 0 0 100111 10 111100 1011011 1001111

Color Harmonies of #FAFA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA99

Black with #FAFA99

Text Example


Text Example

White with #FAFA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA99; }

 p { color: rgb(250,250,153); }

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

background-color css

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

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

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

border-color css

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

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

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