Html Css Color HEX #FEC643 Golden Tainoi

📋 copy color: '#FEC643'

red 254 ◦ green 198 ◦ blue 67

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

Shades of Golden Tainoi #FEC643

Tints of Golden Tainoi #FEC643

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.15%

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

R = 48.94%
G = 38.15%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEC643 (or 0xFEC643) is known color: Golden Tainoi. HEX triplet: FE, C6 and 43. RGB value is (254,198,67). Sum of RGB (Red+Green+Blue) = 254+198+67=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC643 is #0139BC. Grayscale: #C8C8C8. Windows color (decimal): -80317 or 4441854. OLE color: 4441854.

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

Color convert

RGB 254 198 67 -
CMYK 0 0.22 0.74 0.00
HSL 42.03º 0.99% 0.63% -
HSV(B) 42.03º 0.74% 1% -
XYZ 62.08 61.86 13.98 -
YUV 199.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 254 198 67 0 0.22 0.74 0.00 42.03 0.99 0.63
Hex FE C6 43 0 16 4A 0 2A 63 3F
Octal 376 306 103 0 26 112 0 52 143 77
Binary 11111110 11000110 1000011 0 10110 1001010 0 101010 1100011 111111

Color Harmonies of #FEC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC643

Black with #FEC643

Text Example


Text Example

White with #FEC643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC643; }

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

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

background-color css

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

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

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

border-color css

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

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

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