Html Css Color HEX #FEBC48 Golden Tainoi

📋 copy color: '#FEBC48'

red 254 ◦ green 188 ◦ blue 72

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

Shades of Golden Tainoi #FEBC48

Tints of Golden Tainoi #FEBC48

RGB

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

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

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

R = 49.42%
G = 36.58%
B = 14.01%

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

#FEBC48 (or 0xFEBC48) is known color: Golden Tainoi. HEX triplet: FE, BC and 48. RGB value is (254,188,72). Sum of RGB (Red+Green+Blue) = 254+188+72=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC48 is #0143B7. Grayscale: #C3C3C3. Windows color (decimal): -82872 or 4766974. OLE color: 4766974.

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

Color convert

RGB 254 188 72 -
CMYK 0 0.26 0.72 0.00
HSL 38.24º 0.99% 0.64% -
HSV(B) 38.24º 0.72% 1% -
XYZ 60.03 57.51 14.07 -
YUV 194.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 254 188 72 0 0.26 0.72 0.00 38.24 0.99 0.64
Hex FE BC 48 0 1A 48 0 26 63 40
Octal 376 274 110 0 32 110 0 46 143 100
Binary 11111110 10111100 1001000 0 11010 1001000 0 100110 1100011 1000000

Color Harmonies of #FEBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC48

Black with #FEBC48

Text Example


Text Example

White with #FEBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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