Html Css Color HEX #F9FEA0 Canary

📋 copy color: '#F9FEA0'

red 249 ◦ green 254 ◦ blue 160

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

Shades of Canary #F9FEA0

Tints of Canary #F9FEA0

RGB

 RED value IS 249 (97.66% from 255) = 37.56%

 GREEN value IS 254 (99.61% from 255) = 38.31%

 BLUE value IS 160 (62.89% from 255) = 24.13%

R = 37.56%
G = 38.31%
B = 24.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#F9FEA0 (or 0xF9FEA0) is known color: Canary. HEX triplet: F9, FE and A0. RGB value is (249,254,160). Sum of RGB (Red+Green+Blue) = 249+254+160=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 160 (62.89% from 255 or 24.13% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEA0 is #06015F. Grayscale: #F2F2F2. Windows color (decimal): -393568 or 10551033. OLE color: 10551033.

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

Color convert

RGB 249 254 160 -
CMYK 0.02 0 0.37 0.00
HSL 63.19º 0.98% 0.81% -
HSV(B) 63.19º 0.37% 1% -
XYZ 80.85 93.56 47.06 -
YUV 241.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 249 254 160 0.02 0 0.37 0.00 63.19 0.98 0.81
Hex F9 FE A0 2 0 25 0 3F 62 51
Octal 371 376 240 2 0 45 0 77 142 121
Binary 11111001 11111110 10100000 10 0 100101 0 111111 1100010 1010001

Color Harmonies of #F9FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEA0

Black with #F9FEA0

Text Example


Text Example

White with #F9FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEA0; }

 p { color: rgb(249,254,160); }

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

background-color css

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

 a { background-color: rgb(249,254,160); }

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

border-color css

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

 span { border-color: rgb(249,254,160); }

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