Html Css Color HEX #FEBB49 Golden Tainoi

📋 copy color: '#FEBB49'

red 254 ◦ green 187 ◦ blue 73

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

Shades of Golden Tainoi #FEBB49

Tints of Golden Tainoi #FEBB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.38%

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

R = 49.42%
G = 36.38%
B = 14.2%

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

#FEBB49 (or 0xFEBB49) is known color: Golden Tainoi. HEX triplet: FE, BB and 49. RGB value is (254,187,73). Sum of RGB (Red+Green+Blue) = 254+187+73=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB49 is #0144B6. Grayscale: #C2C2C2. Windows color (decimal): -83127 or 4832254. OLE color: 4832254.

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

Color convert

RGB 254 187 73 -
CMYK 0 0.26 0.71 0.00
HSL 37.79º 0.99% 0.64% -
HSV(B) 37.79º 0.71% 1% -
XYZ 59.85 57.09 14.17 -
YUV 194.04 59.7 170.77 -
System Red Green Blue C M Y K H S L
Decimal 254 187 73 0 0.26 0.71 0.00 37.79 0.99 0.64
Hex FE BB 49 0 1A 47 0 26 63 40
Octal 376 273 111 0 32 107 0 46 143 100
Binary 11111110 10111011 1001001 0 11010 1000111 0 100110 1100011 1000000

Color Harmonies of #FEBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB49

Black with #FEBB49

Text Example


Text Example

White with #FEBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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