Html Css Color HEX #FEBC46 Golden Tainoi

📋 copy color: '#FEBC46'

red 254 ◦ green 188 ◦ blue 70

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

Shades of Golden Tainoi #FEBC46

Tints of Golden Tainoi #FEBC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.67%

R = 49.61%
G = 36.72%
B = 13.67%

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

#FEBC46 (or 0xFEBC46) is known color: Golden Tainoi. HEX triplet: FE, BC and 46. RGB value is (254,188,70). Sum of RGB (Red+Green+Blue) = 254+188+70=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC46 is #0143B9. Grayscale: #C2C2C2. Windows color (decimal): -82874 or 4635902. OLE color: 4635902.

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

Color convert

RGB 254 188 70 -
CMYK 0 0.26 0.72 0.00
HSL 38.48º 0.99% 0.64% -
HSV(B) 38.48º 0.72% 1% -
XYZ 59.96 57.48 13.73 -
YUV 194.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 254 188 70 0 0.26 0.72 0.00 38.48 0.99 0.64
Hex FE BC 46 0 1A 48 0 26 63 40
Octal 376 274 106 0 32 110 0 46 143 100
Binary 11111110 10111100 1000110 0 11010 1001000 0 100110 1100011 1000000

Color Harmonies of #FEBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC46

Black with #FEBC46

Text Example


Text Example

White with #FEBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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