Html Css Color HEX #FEC746 Golden Tainoi

📋 copy color: '#FEC746'

red 254 ◦ green 199 ◦ blue 70

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

Shades of Golden Tainoi #FEC746

Tints of Golden Tainoi #FEC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

 BLUE value IS 70 (27.73% from 255) = 13.38%

R = 48.57%
G = 38.05%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEC746 (or 0xFEC746) is known color: Golden Tainoi. HEX triplet: FE, C7 and 46. RGB value is (254,199,70). Sum of RGB (Red+Green+Blue) = 254+199+70=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC746 is #0138B9. Grayscale: #C9C9C9. Windows color (decimal): -80058 or 4638718. OLE color: 4638718.

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

Color convert

RGB 254 199 70 -
CMYK 0 0.22 0.72 0.00
HSL 42.07º 0.99% 0.64% -
HSV(B) 42.07º 0.72% 1% -
XYZ 62.4 62.36 14.54 -
YUV 200.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 254 199 70 0 0.22 0.72 0.00 42.07 0.99 0.64
Hex FE C7 46 0 16 48 0 2A 63 40
Octal 376 307 106 0 26 110 0 52 143 100
Binary 11111110 11000111 1000110 0 10110 1001000 0 101010 1100011 1000000

Color Harmonies of #FEC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC746

Black with #FEC746

Text Example


Text Example

White with #FEC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC746; }

 p { color: rgb(254,199,70); }

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

background-color css

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

 a { background-color: rgb(254,199,70); }

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

border-color css

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

 span { border-color: rgb(254,199,70); }

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