Html Css Color HEX #FEC45A Golden Tainoi

📋 copy color: '#FEC45A'

red 254 ◦ green 196 ◦ blue 90

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

Shades of Golden Tainoi #FEC45A

Tints of Golden Tainoi #FEC45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.67%

R = 47.04%
G = 36.3%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEC45A (or 0xFEC45A) is known color: Golden Tainoi. HEX triplet: FE, C4 and 5A. RGB value is (254,196,90). Sum of RGB (Red+Green+Blue) = 254+196+90=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC45A is #013BA5. Grayscale: #C9C9C9. Windows color (decimal): -80806 or 5948670. OLE color: 5948670.

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

Color convert

RGB 254 196 90 -
CMYK 0 0.23 0.65 0.00
HSL 38.78º 0.99% 0.67% -
HSV(B) 38.78º 0.65% 1% -
XYZ 62.46 61.29 18.21 -
YUV 201.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 254 196 90 0 0.23 0.65 0.00 38.78 0.99 0.67
Hex FE C4 5A 0 17 41 0 27 63 43
Octal 376 304 132 0 27 101 0 47 143 103
Binary 11111110 11000100 1011010 0 10111 1000001 0 100111 1100011 1000011

Color Harmonies of #FEC45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC45A

Black with #FEC45A

Text Example


Text Example

White with #FEC45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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