Html Css Color HEX #FFFA92 Canary

📋 copy color: '#FFFA92'

red 255 ◦ green 250 ◦ blue 146

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

Shades of Canary #FFFA92

Tints of Canary #FFFA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.43%

R = 39.17%
G = 38.4%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFFA92 (or 0xFFFA92) is known color: Canary. HEX triplet: FF, FA and 92. RGB value is (255,250,146). Sum of RGB (Red+Green+Blue) = 255+250+146=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 146 (57.42% from 255 or 22.43% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA92 is #00056D. Grayscale: #F0F0F0. Windows color (decimal): -1390 or 9632511. OLE color: 9632511.

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

Color convert

RGB 255 250 146 -
CMYK 0 0.02 0.43 0
HSL 57.25º 1% 0.79% -
HSV(B) 57.25º 0.43% 1% -
XYZ 80.61 91.71 40.65 -
YUV 239.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 255 250 146 0 0.02 0.43 0 57.25 1 0.79
Hex FF FA 92 0 2 2B 0 39 64 4F
Octal 377 372 222 0 2 53 0 71 144 117
Binary 11111111 11111010 10010010 0 10 101011 0 111001 1100100 1001111

Color Harmonies of #FFFA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA92

Black with #FFFA92

Text Example


Text Example

White with #FFFA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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