Html Css Color HEX #FEC055 Golden Tainoi

📋 copy color: '#FEC055'

red 254 ◦ green 192 ◦ blue 85

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

Shades of Golden Tainoi #FEC055

Tints of Golden Tainoi #FEC055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 47.83%
G = 36.16%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC055 (or 0xFEC055) is known color: Golden Tainoi. HEX triplet: FE, C0 and 55. RGB value is (254,192,85). Sum of RGB (Red+Green+Blue) = 254+192+85=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC055 is #013FAA. Grayscale: #C6C6C6. Windows color (decimal): -81835 or 5619966. OLE color: 5619966.

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

Color convert

RGB 254 192 85 -
CMYK 0 0.24 0.67 0.00
HSL 37.99º 0.99% 0.66% -
HSV(B) 37.99º 0.67% 1% -
XYZ 61.36 59.43 16.83 -
YUV 198.34 64.04 167.7 -
System Red Green Blue C M Y K H S L
Decimal 254 192 85 0 0.24 0.67 0.00 37.99 0.99 0.66
Hex FE C0 55 0 18 43 0 26 63 42
Octal 376 300 125 0 30 103 0 46 143 102
Binary 11111110 11000000 1010101 0 11000 1000011 0 100110 1100011 1000010

Color Harmonies of #FEC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC055

Black with #FEC055

Text Example


Text Example

White with #FEC055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC055; }

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

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

background-color css

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

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

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

border-color css

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

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

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