Html Css Color HEX #FEC45F Golden Tainoi

📋 copy color: '#FEC45F'

red 254 ◦ green 196 ◦ blue 95

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

Shades of Golden Tainoi #FEC45F

Tints of Golden Tainoi #FEC45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 46.61%
G = 35.96%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEC45F (or 0xFEC45F) is known color: Golden Tainoi. HEX triplet: FE, C4 and 5F. RGB value is (254,196,95). Sum of RGB (Red+Green+Blue) = 254+196+95=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC45F is #013BA0. Grayscale: #CACACA. Windows color (decimal): -80801 or 6276350. OLE color: 6276350.

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

Color convert

RGB 254 196 95 -
CMYK 0 0.23 0.63 0.00
HSL 38.11º 0.99% 0.68% -
HSV(B) 38.11º 0.63% 1% -
XYZ 62.68 61.38 19.37 -
YUV 201.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 254 196 95 0 0.23 0.63 0.00 38.11 0.99 0.68
Hex FE C4 5F 0 17 3F 0 26 63 44
Octal 376 304 137 0 27 77 0 46 143 104
Binary 11111110 11000100 1011111 0 10111 111111 0 100110 1100011 1000100

Color Harmonies of #FEC45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC45F

Black with #FEC45F

Text Example


Text Example

White with #FEC45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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