Html Css Color HEX #FEC352 Golden Tainoi

📋 copy color: '#FEC352'

red 254 ◦ green 195 ◦ blue 82

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

Shades of Golden Tainoi #FEC352

Tints of Golden Tainoi #FEC352

RGB

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

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

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

R = 47.83%
G = 36.72%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEC352 (or 0xFEC352) is known color: Golden Tainoi. HEX triplet: FE, C3 and 52. RGB value is (254,195,82). Sum of RGB (Red+Green+Blue) = 254+195+82=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC352 is #013CAD. Grayscale: #C8C8C8. Windows color (decimal): -81070 or 5424126. OLE color: 5424126.

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

Color convert

RGB 254 195 82 -
CMYK 0 0.23 0.68 0.00
HSL 39.42º 0.99% 0.66% -
HSV(B) 39.42º 0.68% 1% -
XYZ 61.91 60.71 16.44 -
YUV 199.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 254 195 82 0 0.23 0.68 0.00 39.42 0.99 0.66
Hex FE C3 52 0 17 44 0 27 63 42
Octal 376 303 122 0 27 104 0 47 143 102
Binary 11111110 11000011 1010010 0 10111 1000100 0 100111 1100011 1000010

Color Harmonies of #FEC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC352

Black with #FEC352

Text Example


Text Example

White with #FEC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC352; }

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

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

background-color css

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

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

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

border-color css

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

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

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