Html Css Color HEX #F8FFA0 Canary

📋 copy color: '#F8FFA0'

red 248 ◦ green 255 ◦ blue 160

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

Shades of Canary #F8FFA0

Tints of Canary #F8FFA0

RGB

 RED value IS 248 (97.27% from 255) = 37.41%

 GREEN value IS 255 (100% from 255) = 38.46%

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

R = 37.41%
G = 38.46%
B = 24.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#F8FFA0 (or 0xF8FFA0) is known color: Canary. HEX triplet: F8, FF and A0. RGB value is (248,255,160). Sum of RGB (Red+Green+Blue) = 248+255+160=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 160 (62.89% from 255 or 24.13% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FFA0 is #07005F. Grayscale: #F2F2F2. Windows color (decimal): -458848 or 10551288. OLE color: 10551288.

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

Color convert

RGB 248 255 160 -
CMYK 0.03 0 0.37 0
HSL 64.42º 1% 0.81% -
HSV(B) 64.42º 0.37% 1% -
XYZ 80.82 94.01 47.14 -
YUV 242.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 248 255 160 0.03 0 0.37 0 64.42 1 0.81
Hex F8 FF A0 3 0 25 0 40 64 51
Octal 370 377 240 3 0 45 0 100 144 121
Binary 11111000 11111111 10100000 11 0 100101 0 1000000 1100100 1010001

Color Harmonies of #F8FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FFA0

Black with #F8FFA0

Text Example


Text Example

White with #F8FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FFA0; }

 p { color: rgb(248,255,160); }

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

background-color css

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

 a { background-color: rgb(248,255,160); }

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

border-color css

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

 span { border-color: rgb(248,255,160); }

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