Html Css Color HEX #FFFD94 Canary

📋 copy color: '#FFFD94'

red 255 ◦ green 253 ◦ blue 148

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

Shades of Canary #FFFD94

Tints of Canary #FFFD94

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.57%

 BLUE value IS 148 (58.2% from 255) = 22.56%

R = 38.87%
G = 38.57%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFFD94 (or 0xFFFD94) is known color: Canary. HEX triplet: FF, FD and 94. RGB value is (255,253,148). Sum of RGB (Red+Green+Blue) = 255+253+148=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 148 (58.20% from 255 or 22.56% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFD94 is #00026B. Grayscale: #F2F2F2. Windows color (decimal): -620 or 9764351. OLE color: 9764351.

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

Color convert

RGB 255 253 148 -
CMYK 0 0.01 0.42 0
HSL 58.88º 1% 0.79% -
HSV(B) 58.88º 0.42% 1% -
XYZ 81.71 93.65 41.79 -
YUV 241.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 255 253 148 0 0.01 0.42 0 58.88 1 0.79
Hex FF FD 94 0 1 2A 0 3B 64 4F
Octal 377 375 224 0 1 52 0 73 144 117
Binary 11111111 11111101 10010100 0 1 101010 0 111011 1100100 1001111

Color Harmonies of #FFFD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD94

Black with #FFFD94

Text Example


Text Example

White with #FFFD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD94; }

 p { color: rgb(255,253,148); }

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

background-color css

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

 a { background-color: rgb(255,253,148); }

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

border-color css

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

 span { border-color: rgb(255,253,148); }

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