Html Css Color HEX #FEC348 Golden Tainoi

📋 copy color: '#FEC348'

red 254 ◦ green 195 ◦ blue 72

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

Shades of Golden Tainoi #FEC348

Tints of Golden Tainoi #FEC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

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

R = 48.75%
G = 37.43%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEC348 (or 0xFEC348) is known color: Golden Tainoi. HEX triplet: FE, C3 and 48. RGB value is (254,195,72). Sum of RGB (Red+Green+Blue) = 254+195+72=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC348 is #013CB7. Grayscale: #C7C7C7. Windows color (decimal): -81080 or 4768766. OLE color: 4768766.

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

Color convert

RGB 254 195 72 -
CMYK 0 0.23 0.72 0.00
HSL 40.55º 0.99% 0.64% -
HSV(B) 40.55º 0.72% 1% -
XYZ 61.56 60.57 14.58 -
YUV 198.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 254 195 72 0 0.23 0.72 0.00 40.55 0.99 0.64
Hex FE C3 48 0 17 48 0 29 63 40
Octal 376 303 110 0 27 110 0 51 143 100
Binary 11111110 11000011 1001000 0 10111 1001000 0 101001 1100011 1000000

Color Harmonies of #FEC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC348

Black with #FEC348

Text Example


Text Example

White with #FEC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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