Html Css Color HEX #FEBD45 Golden Tainoi

📋 copy color: '#FEBD45'

red 254 ◦ green 189 ◦ blue 69

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

Shades of Golden Tainoi #FEBD45

Tints of Golden Tainoi #FEBD45

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 49.61%
G = 36.91%
B = 13.48%

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

#FEBD45 (or 0xFEBD45) is known color: Golden Tainoi. HEX triplet: FE, BD and 45. RGB value is (254,189,69). Sum of RGB (Red+Green+Blue) = 254+189+69=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD45 is #0142BA. Grayscale: #C3C3C3. Windows color (decimal): -82619 or 4570622. OLE color: 4570622.

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

Color convert

RGB 254 189 69 -
CMYK 0 0.26 0.73 0.00
HSL 38.92º 0.99% 0.63% -
HSV(B) 38.92º 0.73% 1% -
XYZ 60.14 57.9 13.64 -
YUV 194.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 254 189 69 0 0.26 0.73 0.00 38.92 0.99 0.63
Hex FE BD 45 0 1A 49 0 27 63 3F
Octal 376 275 105 0 32 111 0 47 143 77
Binary 11111110 10111101 1000101 0 11010 1001001 0 100111 1100011 111111

Color Harmonies of #FEBD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD45

Black with #FEBD45

Text Example


Text Example

White with #FEBD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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