Html Css Color HEX #FEBC49 Golden Tainoi

📋 copy color: '#FEBC49'

red 254 ◦ green 188 ◦ blue 73

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

Shades of Golden Tainoi #FEBC49

Tints of Golden Tainoi #FEBC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

 BLUE value IS 73 (28.91% from 255) = 14.17%

R = 49.32%
G = 36.5%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEBC49 (or 0xFEBC49) is known color: Golden Tainoi. HEX triplet: FE, BC and 49. RGB value is (254,188,73). Sum of RGB (Red+Green+Blue) = 254+188+73=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC49 is #0143B6. Grayscale: #C3C3C3. Windows color (decimal): -82871 or 4832510. OLE color: 4832510.

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

Color convert

RGB 254 188 73 -
CMYK 0 0.26 0.71 0.00
HSL 38.12º 0.99% 0.64% -
HSV(B) 38.12º 0.71% 1% -
XYZ 60.06 57.52 14.24 -
YUV 194.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 254 188 73 0 0.26 0.71 0.00 38.12 0.99 0.64
Hex FE BC 49 0 1A 47 0 26 63 40
Octal 376 274 111 0 32 107 0 46 143 100
Binary 11111110 10111100 1001001 0 11010 1000111 0 100110 1100011 1000000

Color Harmonies of #FEBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC49

Black with #FEBC49

Text Example


Text Example

White with #FEBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC49; }

 p { color: rgb(254,188,73); }

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

background-color css

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

 a { background-color: rgb(254,188,73); }

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

border-color css

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

 span { border-color: rgb(254,188,73); }

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