Html Css Color HEX #FEC750 Golden Tainoi

📋 copy color: '#FEC750'

red 254 ◦ green 199 ◦ blue 80

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

Shades of Golden Tainoi #FEC750

Tints of Golden Tainoi #FEC750

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.34%

 BLUE value IS 80 (31.64% from 255) = 15.01%

R = 47.65%
G = 37.34%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEC750 (or 0xFEC750) is known color: Golden Tainoi. HEX triplet: FE, C7 and 50. RGB value is (254,199,80). Sum of RGB (Red+Green+Blue) = 254+199+80=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC750 is #0138AF. Grayscale: #CACACA. Windows color (decimal): -80048 or 5294078. OLE color: 5294078.

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

Color convert

RGB 254 199 80 -
CMYK 0 0.22 0.69 0.00
HSL 41.03º 0.99% 0.65% -
HSV(B) 41.03º 0.69% 1% -
XYZ 62.74 62.5 16.35 -
YUV 201.88 59.22 165.18 -
System Red Green Blue C M Y K H S L
Decimal 254 199 80 0 0.22 0.69 0.00 41.03 0.99 0.65
Hex FE C7 50 0 16 45 0 29 63 41
Octal 376 307 120 0 26 105 0 51 143 101
Binary 11111110 11000111 1010000 0 10110 1000101 0 101001 1100011 1000001

Color Harmonies of #FEC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC750

Black with #FEC750

Text Example


Text Example

White with #FEC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC750; }

 p { color: rgb(254,199,80); }

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

background-color css

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

 a { background-color: rgb(254,199,80); }

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

border-color css

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

 span { border-color: rgb(254,199,80); }

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