Html Css Color HEX #FEC955 Golden Tainoi

📋 copy color: '#FEC955'

red 254 ◦ green 201 ◦ blue 85

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

Shades of Golden Tainoi #FEC955

Tints of Golden Tainoi #FEC955

RGB

 RED value IS 254 (99.61% from 255) = 47.04%

 GREEN value IS 201 (78.91% from 255) = 37.22%

 BLUE value IS 85 (33.59% from 255) = 15.74%

R = 47.04%
G = 37.22%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC955 (or 0xFEC955) is known color: Golden Tainoi. HEX triplet: FE, C9 and 55. RGB value is (254,201,85). Sum of RGB (Red+Green+Blue) = 254+201+85=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC955 is #0136AA. Grayscale: #CCCCCC. Windows color (decimal): -79531 or 5622270. OLE color: 5622270.

HSL color Cylindrical-coordinate representation of color #FEC955: hue angle of 41.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEC955 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 85 -
CMYK 0 0.21 0.67 0.00
HSL 41.18º 0.99% 0.66% -
HSV(B) 41.18º 0.67% 1% -
XYZ 63.4 63.5 17.51 -
YUV 203.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 254 201 85 0 0.21 0.67 0.00 41.18 0.99 0.66
Hex FE C9 55 0 15 43 0 29 63 42
Octal 376 311 125 0 25 103 0 51 143 102
Binary 11111110 11001001 1010101 0 10101 1000011 0 101001 1100011 1000010

Color Harmonies of #FEC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC955

Black with #FEC955

Text Example


Text Example

White with #FEC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC955; }

 p { color: rgb(254,201,85); }

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

background-color css

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

 a { background-color: rgb(254,201,85); }

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

border-color css

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

 span { border-color: rgb(254,201,85); }

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