Html Css Color HEX #FEBB48 Golden Tainoi

📋 copy color: '#FEBB48'

red 254 ◦ green 187 ◦ blue 72

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

Shades of Golden Tainoi #FEBB48

Tints of Golden Tainoi #FEBB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 49.51%
G = 36.45%
B = 14.04%

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

#FEBB48 (or 0xFEBB48) is known color: Golden Tainoi. HEX triplet: FE, BB and 48. RGB value is (254,187,72). Sum of RGB (Red+Green+Blue) = 254+187+72=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB48 is #0144B7. Grayscale: #C2C2C2. Windows color (decimal): -83128 or 4766718. OLE color: 4766718.

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

Color convert

RGB 254 187 72 -
CMYK 0 0.26 0.72 0.00
HSL 37.91º 0.99% 0.64% -
HSV(B) 37.91º 0.72% 1% -
XYZ 59.81 57.08 14 -
YUV 193.92 59.2 170.85 -
System Red Green Blue C M Y K H S L
Decimal 254 187 72 0 0.26 0.72 0.00 37.91 0.99 0.64
Hex FE BB 48 0 1A 48 0 26 63 40
Octal 376 273 110 0 32 110 0 46 143 100
Binary 11111110 10111011 1001000 0 11010 1001000 0 100110 1100011 1000000

Color Harmonies of #FEBB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB48

Black with #FEBB48

Text Example


Text Example

White with #FEBB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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