Html Css Color HEX #FEC248 Golden Tainoi

📋 copy color: '#FEC248'

red 254 ◦ green 194 ◦ blue 72

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

Shades of Golden Tainoi #FEC248

Tints of Golden Tainoi #FEC248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

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

R = 48.85%
G = 37.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEC248 (or 0xFEC248) is known color: Golden Tainoi. HEX triplet: FE, C2 and 48. RGB value is (254,194,72). Sum of RGB (Red+Green+Blue) = 254+194+72=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC248 is #013DB7. Grayscale: #C6C6C6. Windows color (decimal): -81336 or 4768510. OLE color: 4768510.

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

Color convert

RGB 254 194 72 -
CMYK 0 0.24 0.72 0.00
HSL 40.22º 0.99% 0.64% -
HSV(B) 40.22º 0.72% 1% -
XYZ 61.33 60.12 14.5 -
YUV 198.03 56.88 167.92 -
System Red Green Blue C M Y K H S L
Decimal 254 194 72 0 0.24 0.72 0.00 40.22 0.99 0.64
Hex FE C2 48 0 18 48 0 28 63 40
Octal 376 302 110 0 30 110 0 50 143 100
Binary 11111110 11000010 1001000 0 11000 1001000 0 101000 1100011 1000000

Color Harmonies of #FEC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC248

Black with #FEC248

Text Example


Text Example

White with #FEC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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