Html Css Color HEX #FEC455 Golden Tainoi

📋 copy color: '#FEC455'

red 254 ◦ green 196 ◦ blue 85

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

Shades of Golden Tainoi #FEC455

Tints of Golden Tainoi #FEC455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

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

R = 47.48%
G = 36.64%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC455 (or 0xFEC455) is known color: Golden Tainoi. HEX triplet: FE, C4 and 55. RGB value is (254,196,85). Sum of RGB (Red+Green+Blue) = 254+196+85=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC455 is #013BAA. Grayscale: #C9C9C9. Windows color (decimal): -80811 or 5620990. OLE color: 5620990.

HSL color Cylindrical-coordinate representation of color #FEC455: hue angle of 39.41º 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 #FEC455 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 196 85 -
CMYK 0 0.23 0.67 0.00
HSL 39.41º 0.99% 0.66% -
HSV(B) 39.41º 0.67% 1% -
XYZ 62.25 61.21 17.13 -
YUV 200.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 254 196 85 0 0.23 0.67 0.00 39.41 0.99 0.66
Hex FE C4 55 0 17 43 0 27 63 42
Octal 376 304 125 0 27 103 0 47 143 102
Binary 11111110 11000100 1010101 0 10111 1000011 0 100111 1100011 1000010

Color Harmonies of #FEC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC455

Black with #FEC455

Text Example


Text Example

White with #FEC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC455; }

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

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

background-color css

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

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

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

border-color css

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

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

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