Html Css Color HEX #FFFA9B Canary

📋 copy color: '#FFFA9B'

red 255 ◦ green 250 ◦ blue 155

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

Shades of Canary #FFFA9B

Tints of Canary #FFFA9B

RGB

 RED value IS 255 (100% from 255) = 38.64%

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

 BLUE value IS 155 (60.94% from 255) = 23.48%

R = 38.64%
G = 37.88%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFFA9B (or 0xFFFA9B) is known color: Canary. HEX triplet: FF, FA and 9B. RGB value is (255,250,155). Sum of RGB (Red+Green+Blue) = 255+250+155=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 155 (60.94% from 255 or 23.48% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA9B is #000564. Grayscale: #F1F1F1. Windows color (decimal): -1381 or 10222335. OLE color: 10222335.

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

Color convert

RGB 255 250 155 -
CMYK 0 0.02 0.39 0
HSL 57º 1% 0.8% -
HSV(B) 57º 0.39% 1% -
XYZ 81.34 92 44.48 -
YUV 240.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 255 250 155 0 0.02 0.39 0 57 1 0.8
Hex FF FA 9B 0 2 27 0 39 64 50
Octal 377 372 233 0 2 47 0 71 144 120
Binary 11111111 11111010 10011011 0 10 100111 0 111001 1100100 1010000

Color Harmonies of #FFFA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA9B

Black with #FFFA9B

Text Example


Text Example

White with #FFFA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA9B; }

 p { color: rgb(255,250,155); }

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

background-color css

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

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

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

border-color css

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

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

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