Html Css Color HEX #FEC242 Golden Tainoi

📋 copy color: '#FEC242'

red 254 ◦ green 194 ◦ blue 66

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

Shades of Golden Tainoi #FEC242

Tints of Golden Tainoi #FEC242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.74%

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

R = 49.42%
G = 37.74%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEC242 (or 0xFEC242) is known color: Golden Tainoi. HEX triplet: FE, C2 and 42. RGB value is (254,194,66). Sum of RGB (Red+Green+Blue) = 254+194+66=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC242 is #013DBD. Grayscale: #C5C5C5. Windows color (decimal): -81342 or 4375294. OLE color: 4375294.

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

Color convert

RGB 254 194 66 -
CMYK 0 0.24 0.74 0.00
HSL 40.85º 0.99% 0.63% -
HSV(B) 40.85º 0.74% 1% -
XYZ 61.15 60.05 13.52 -
YUV 197.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 254 194 66 0 0.24 0.74 0.00 40.85 0.99 0.63
Hex FE C2 42 0 18 4A 0 29 63 3F
Octal 376 302 102 0 30 112 0 51 143 77
Binary 11111110 11000010 1000010 0 11000 1001010 0 101001 1100011 111111

Color Harmonies of #FEC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC242

Black with #FEC242

Text Example


Text Example

White with #FEC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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