Html Css Color HEX #FEC442 Golden Tainoi

📋 copy color: '#FEC442'

red 254 ◦ green 196 ◦ blue 66

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

Shades of Golden Tainoi #FEC442

Tints of Golden Tainoi #FEC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.98%

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

R = 49.22%
G = 37.98%
B = 12.79%

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

#FEC442 (or 0xFEC442) is known color: Golden Tainoi. HEX triplet: FE, C4 and 42. RGB value is (254,196,66). Sum of RGB (Red+Green+Blue) = 254+196+66=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC442 is #013BBD. Grayscale: #C7C7C7. Windows color (decimal): -80830 or 4375806. OLE color: 4375806.

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

Color convert

RGB 254 196 66 -
CMYK 0 0.23 0.74 0.00
HSL 41.49º 0.99% 0.63% -
HSV(B) 41.49º 0.74% 1% -
XYZ 61.6 60.94 13.67 -
YUV 198.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 254 196 66 0 0.23 0.74 0.00 41.49 0.99 0.63
Hex FE C4 42 0 17 4A 0 29 63 3F
Octal 376 304 102 0 27 112 0 51 143 77
Binary 11111110 11000100 1000010 0 10111 1001010 0 101001 1100011 111111

Color Harmonies of #FEC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC442

Black with #FEC442

Text Example


Text Example

White with #FEC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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