Html Css Color HEX #FEBE5D Golden Tainoi

📋 copy color: '#FEBE5D'

red 254 ◦ green 190 ◦ blue 93

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

Shades of Golden Tainoi #FEBE5D

Tints of Golden Tainoi #FEBE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 47.3%
G = 35.38%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEBE5D (or 0xFEBE5D) is known color: Golden Tainoi. HEX triplet: FE, BE and 5D. RGB value is (254,190,93). Sum of RGB (Red+Green+Blue) = 254+190+93=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE5D is #0141A2. Grayscale: #C6C6C6. Windows color (decimal): -82339 or 6143742. OLE color: 6143742.

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

Color convert

RGB 254 190 93 -
CMYK 0 0.25 0.63 0.00
HSL 36.15º 0.99% 0.68% -
HSV(B) 36.15º 0.63% 1% -
XYZ 61.26 58.69 18.45 -
YUV 198.08 68.7 167.89 -
System Red Green Blue C M Y K H S L
Decimal 254 190 93 0 0.25 0.63 0.00 36.15 0.99 0.68
Hex FE BE 5D 0 19 3F 0 24 63 44
Octal 376 276 135 0 31 77 0 44 143 104
Binary 11111110 10111110 1011101 0 11001 111111 0 100100 1100011 1000100

Color Harmonies of #FEBE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE5D

Black with #FEBE5D

Text Example


Text Example

White with #FEBE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE5D; }

 p { color: rgb(254,190,93); }

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

background-color css

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

 a { background-color: rgb(254,190,93); }

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

border-color css

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

 span { border-color: rgb(254,190,93); }

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