Html Css Color HEX #FEC343 Golden Tainoi

📋 copy color: '#FEC343'

red 254 ◦ green 195 ◦ blue 67

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

Shades of Golden Tainoi #FEC343

Tints of Golden Tainoi #FEC343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.98%

R = 49.22%
G = 37.79%
B = 12.98%

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

#FEC343 (or 0xFEC343) is known color: Golden Tainoi. HEX triplet: FE, C3 and 43. RGB value is (254,195,67). Sum of RGB (Red+Green+Blue) = 254+195+67=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC343 is #013CBC. Grayscale: #C6C6C6. Windows color (decimal): -81085 or 4441086. OLE color: 4441086.

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

Color convert

RGB 254 195 67 -
CMYK 0 0.23 0.74 0.00
HSL 41.07º 0.99% 0.63% -
HSV(B) 41.07º 0.74% 1% -
XYZ 61.4 60.51 13.75 -
YUV 198.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 254 195 67 0 0.23 0.74 0.00 41.07 0.99 0.63
Hex FE C3 43 0 17 4A 0 29 63 3F
Octal 376 303 103 0 27 112 0 51 143 77
Binary 11111110 11000011 1000011 0 10111 1001010 0 101001 1100011 111111

Color Harmonies of #FEC343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC343

Black with #FEC343

Text Example


Text Example

White with #FEC343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC343; }

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

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

background-color css

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

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

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

border-color css

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

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

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