Html Css Color HEX #FEC748 Golden Tainoi

📋 copy color: '#FEC748'

red 254 ◦ green 199 ◦ blue 72

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

Shades of Golden Tainoi #FEC748

Tints of Golden Tainoi #FEC748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.71%

R = 48.38%
G = 37.9%
B = 13.71%

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

#FEC748 (or 0xFEC748) is known color: Golden Tainoi. HEX triplet: FE, C7 and 48. RGB value is (254,199,72). Sum of RGB (Red+Green+Blue) = 254+199+72=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC748 is #0138B7. Grayscale: #C9C9C9. Windows color (decimal): -80056 or 4769790. OLE color: 4769790.

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

Color convert

RGB 254 199 72 -
CMYK 0 0.22 0.72 0.00
HSL 41.87º 0.99% 0.64% -
HSV(B) 41.87º 0.72% 1% -
XYZ 62.47 62.39 14.88 -
YUV 200.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 254 199 72 0 0.22 0.72 0.00 41.87 0.99 0.64
Hex FE C7 48 0 16 48 0 2A 63 40
Octal 376 307 110 0 26 110 0 52 143 100
Binary 11111110 11000111 1001000 0 10110 1001000 0 101010 1100011 1000000

Color Harmonies of #FEC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC748

Black with #FEC748

Text Example


Text Example

White with #FEC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC748; }

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

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

background-color css

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

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

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

border-color css

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

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

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