Html Css Color HEX #FEC952 Golden Tainoi

📋 copy color: '#FEC952'

red 254 ◦ green 201 ◦ blue 82

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

Shades of Golden Tainoi #FEC952

Tints of Golden Tainoi #FEC952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 82 (32.42% from 255) = 15.27%

R = 47.3%
G = 37.43%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEC952 (or 0xFEC952) is known color: Golden Tainoi. HEX triplet: FE, C9 and 52. RGB value is (254,201,82). Sum of RGB (Red+Green+Blue) = 254+201+82=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC952 is #0136AD. Grayscale: #CBCBCB. Windows color (decimal): -79534 or 5425662. OLE color: 5425662.

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

Color convert

RGB 254 201 82 -
CMYK 0 0.21 0.68 0.00
HSL 41.51º 0.99% 0.66% -
HSV(B) 41.51º 0.68% 1% -
XYZ 63.28 63.45 16.9 -
YUV 203.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 254 201 82 0 0.21 0.68 0.00 41.51 0.99 0.66
Hex FE C9 52 0 15 44 0 2A 63 42
Octal 376 311 122 0 25 104 0 52 143 102
Binary 11111110 11001001 1010010 0 10101 1000100 0 101010 1100011 1000010

Color Harmonies of #FEC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC952

Black with #FEC952

Text Example


Text Example

White with #FEC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC952; }

 p { color: rgb(254,201,82); }

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

background-color css

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

 a { background-color: rgb(254,201,82); }

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

border-color css

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

 span { border-color: rgb(254,201,82); }

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