Html Css Color HEX #FEBE5E Golden Tainoi

📋 copy color: '#FEBE5E'

red 254 ◦ green 190 ◦ blue 94

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

Shades of Golden Tainoi #FEBE5E

Tints of Golden Tainoi #FEBE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 47.21%
G = 35.32%
B = 17.47%

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

#FEBE5E (or 0xFEBE5E) is known color: Golden Tainoi. HEX triplet: FE, BE and 5E. RGB value is (254,190,94). Sum of RGB (Red+Green+Blue) = 254+190+94=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE5E is #0141A1. Grayscale: #C6C6C6. Windows color (decimal): -82338 or 6209278. OLE color: 6209278.

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

Color convert

RGB 254 190 94 -
CMYK 0 0.25 0.63 0.00
HSL 36º 0.99% 0.68% -
HSV(B) 36º 0.63% 1% -
XYZ 61.31 58.71 18.69 -
YUV 198.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 254 190 94 0 0.25 0.63 0.00 36 0.99 0.68
Hex FE BE 5E 0 19 3F 0 24 63 44
Octal 376 276 136 0 31 77 0 44 143 104
Binary 11111110 10111110 1011110 0 11001 111111 0 100100 1100011 1000100

Color Harmonies of #FEBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE5E

Black with #FEBE5E

Text Example


Text Example

White with #FEBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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