Html Css Color HEX #FEC342 Golden Tainoi

📋 copy color: '#FEC342'

red 254 ◦ green 195 ◦ blue 66

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

Shades of Golden Tainoi #FEC342

Tints of Golden Tainoi #FEC342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.82%

R = 49.32%
G = 37.86%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEC342 (or 0xFEC342) is known color: Golden Tainoi. HEX triplet: FE, C3 and 42. RGB value is (254,195,66). Sum of RGB (Red+Green+Blue) = 254+195+66=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC342 is #013CBD. Grayscale: #C6C6C6. Windows color (decimal): -81086 or 4375550. OLE color: 4375550.

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

Color convert

RGB 254 195 66 -
CMYK 0 0.23 0.74 0.00
HSL 41.17º 0.99% 0.63% -
HSV(B) 41.17º 0.74% 1% -
XYZ 61.37 60.49 13.6 -
YUV 197.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 254 195 66 0 0.23 0.74 0.00 41.17 0.99 0.63
Hex FE C3 42 0 17 4A 0 29 63 3F
Octal 376 303 102 0 27 112 0 51 143 77
Binary 11111110 11000011 1000010 0 10111 1001010 0 101001 1100011 111111

Color Harmonies of #FEC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC342

Black with #FEC342

Text Example


Text Example

White with #FEC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC342; }

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

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

background-color css

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

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

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

border-color css

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

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

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