Html Css Color HEX #FEC153 Golden Tainoi

📋 copy color: '#FEC153'

red 254 ◦ green 193 ◦ blue 83

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

Shades of Golden Tainoi #FEC153

Tints of Golden Tainoi #FEC153

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.42%

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

R = 47.92%
G = 36.42%
B = 15.66%

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

#FEC153 (or 0xFEC153) is known color: Golden Tainoi. HEX triplet: FE, C1 and 53. RGB value is (254,193,83). Sum of RGB (Red+Green+Blue) = 254+193+83=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC153 is #013EAC. Grayscale: #C7C7C7. Windows color (decimal): -81581 or 5489150. OLE color: 5489150.

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

Color convert

RGB 254 193 83 -
CMYK 0 0.24 0.67 0.00
HSL 38.6º 0.99% 0.66% -
HSV(B) 38.6º 0.67% 1% -
XYZ 61.5 59.84 16.49 -
YUV 198.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 254 193 83 0 0.24 0.67 0.00 38.6 0.99 0.66
Hex FE C1 53 0 18 43 0 27 63 42
Octal 376 301 123 0 30 103 0 47 143 102
Binary 11111110 11000001 1010011 0 11000 1000011 0 100111 1100011 1000010

Color Harmonies of #FEC153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC153

Black with #FEC153

Text Example


Text Example

White with #FEC153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC153; }

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

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

background-color css

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

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

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

border-color css

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

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

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