Html Css Color HEX #FEC253 Golden Tainoi

📋 copy color: '#FEC253'

red 254 ◦ green 194 ◦ blue 83

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

Shades of Golden Tainoi #FEC253

Tints of Golden Tainoi #FEC253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.63%

R = 47.83%
G = 36.53%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC253 (or 0xFEC253) is known color: Golden Tainoi. HEX triplet: FE, C2 and 53. RGB value is (254,194,83). Sum of RGB (Red+Green+Blue) = 254+194+83=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC253 is #013DAC. Grayscale: #C7C7C7. Windows color (decimal): -81325 or 5489406. OLE color: 5489406.

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

Color convert

RGB 254 194 83 -
CMYK 0 0.24 0.67 0.00
HSL 38.95º 0.99% 0.66% -
HSV(B) 38.95º 0.67% 1% -
XYZ 61.73 60.28 16.57 -
YUV 199.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 254 194 83 0 0.24 0.67 0.00 38.95 0.99 0.66
Hex FE C2 53 0 18 43 0 27 63 42
Octal 376 302 123 0 30 103 0 47 143 102
Binary 11111110 11000010 1010011 0 11000 1000011 0 100111 1100011 1000010

Color Harmonies of #FEC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC253

Black with #FEC253

Text Example


Text Example

White with #FEC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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