Html Css Color HEX #FEBC47 Golden Tainoi

📋 copy color: '#FEBC47'

red 254 ◦ green 188 ◦ blue 71

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

Shades of Golden Tainoi #FEBC47

Tints of Golden Tainoi #FEBC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.84%

R = 49.51%
G = 36.65%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEBC47 (or 0xFEBC47) is known color: Golden Tainoi. HEX triplet: FE, BC and 47. RGB value is (254,188,71). Sum of RGB (Red+Green+Blue) = 254+188+71=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 71 (28.12% from 255 or 13.84% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC47 is #0143B8. Grayscale: #C2C2C2. Windows color (decimal): -82873 or 4701438. OLE color: 4701438.

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

Color convert

RGB 254 188 71 -
CMYK 0 0.26 0.72 0.00
HSL 38.36º 0.99% 0.64% -
HSV(B) 38.36º 0.72% 1% -
XYZ 59.99 57.49 13.9 -
YUV 194.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 254 188 71 0 0.26 0.72 0.00 38.36 0.99 0.64
Hex FE BC 47 0 1A 48 0 26 63 40
Octal 376 274 107 0 32 110 0 46 143 100
Binary 11111110 10111100 1000111 0 11010 1001000 0 100110 1100011 1000000

Color Harmonies of #FEBC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC47

Black with #FEBC47

Text Example


Text Example

White with #FEBC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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