Html Css Color HEX #FEBC45 Golden Tainoi

📋 copy color: '#FEBC45'

red 254 ◦ green 188 ◦ blue 69

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

Shades of Golden Tainoi #FEBC45

Tints of Golden Tainoi #FEBC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.5%

R = 49.71%
G = 36.79%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEBC45 (or 0xFEBC45) is known color: Golden Tainoi. HEX triplet: FE, BC and 45. RGB value is (254,188,69). Sum of RGB (Red+Green+Blue) = 254+188+69=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC45 is #0143BA. Grayscale: #C2C2C2. Windows color (decimal): -82875 or 4570366. OLE color: 4570366.

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

Color convert

RGB 254 188 69 -
CMYK 0 0.26 0.73 0.00
HSL 38.59º 0.99% 0.63% -
HSV(B) 38.59º 0.73% 1% -
XYZ 59.93 57.47 13.56 -
YUV 194.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 254 188 69 0 0.26 0.73 0.00 38.59 0.99 0.63
Hex FE BC 45 0 1A 49 0 27 63 3F
Octal 376 274 105 0 32 111 0 47 143 77
Binary 11111110 10111100 1000101 0 11010 1001001 0 100111 1100011 111111

Color Harmonies of #FEBC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC45

Black with #FEBC45

Text Example


Text Example

White with #FEBC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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