Html Css Color HEX #FEBC50 Golden Tainoi

📋 copy color: '#FEBC50'

red 254 ◦ green 188 ◦ blue 80

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

Shades of Golden Tainoi #FEBC50

Tints of Golden Tainoi #FEBC50

RGB

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

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

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

R = 48.66%
G = 36.02%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEBC50 (or 0xFEBC50) is known color: Golden Tainoi. HEX triplet: FE, BC and 50. RGB value is (254,188,80). Sum of RGB (Red+Green+Blue) = 254+188+80=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC50 is #0143AF. Grayscale: #C3C3C3. Windows color (decimal): -82864 or 5291262. OLE color: 5291262.

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

Color convert

RGB 254 188 80 -
CMYK 0 0.26 0.69 0.00
HSL 37.24º 0.99% 0.65% -
HSV(B) 37.24º 0.69% 1% -
XYZ 60.3 57.62 15.53 -
YUV 195.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 254 188 80 0 0.26 0.69 0.00 37.24 0.99 0.65
Hex FE BC 50 0 1A 45 0 25 63 41
Octal 376 274 120 0 32 105 0 45 143 101
Binary 11111110 10111100 1010000 0 11010 1000101 0 100101 1100011 1000001

Color Harmonies of #FEBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC50

Black with #FEBC50

Text Example


Text Example

White with #FEBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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